Home
last modified time | relevance | path

Searched refs:HardcodedColorDetector (Results 1 – 3 of 3) sorted by relevance

/development/tools/checkcolor/src/test/java/com/google/checkcolor/lint/
DHardcodedColorDetectorTest.java37 return new HardcodedColorDetector(); in getDetector()
42 return Collections.singletonList(HardcodedColorDetector.ISSUE); in getIssues()
56 mEnabled = Collections.singleton(HardcodedColorDetector.ISSUE);
72 mEnabled = Collections.singleton(HardcodedColorDetector.ISSUE);
110 mEnabled = Collections.singleton(HardcodedColorDetector.ISSUE);
131 mEnabled = Collections.singleton(HardcodedColorDetector.ISSUE);
171 mEnabled = Collections.singleton(HardcodedColorDetector.ISSUE);
185 mEnabled = Collections.singleton(HardcodedColorDetector.ISSUE);
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorIssueRegistry.java32 return Collections.singletonList(HardcodedColorDetector.ISSUE); in getIssues()
DHardcodedColorDetector.java63 public class HardcodedColorDetector extends ResourceXmlDetector { class
65 HardcodedColorDetector.class,
87 public HardcodedColorDetector() { in HardcodedColorDetector() method in HardcodedColorDetector