Searched refs:HardcodedColorDetector (Results 1 – 3 of 3) sorted by relevance
37 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);
32 return Collections.singletonList(HardcodedColorDetector.ISSUE); in getIssues()
63 public class HardcodedColorDetector extends ResourceXmlDetector { class65 HardcodedColorDetector.class,87 public HardcodedColorDetector() { in HardcodedColorDetector() method in HardcodedColorDetector