Searched refs:getTopAttributes (Results 1 – 6 of 6) sorted by relevance
69 repository.getTopAttributes("android.widget.RadioButton")); in testGetTopAttributes()72 repository.getTopAttributes("android.widget.CheckedTextView")); in testGetTopAttributes()74 repository.getTopAttributes("android.widget.NonExistent")); in testGetTopAttributes()
244 public @NonNull List<String> getTopAttributes() { in getMetadata() method in LayoutTestBase.TestRulesEngine245 return ViewMetadataRepository.get().getTopAttributes(fqcn); in getMetadata()
570 public List<String> getTopAttributes() { in getTopAttributes() method in ViewMetadataRepository.ViewData706 public List<String> getTopAttributes(String fqcn) { in getTopAttributes() method in ViewMetadataRepository709 return view.getTopAttributes(); in getTopAttributes()
252 public @NonNull List<String> getTopAttributes() { in getMetadata() method in ClientRulesEngine253 return ViewMetadataRepository.get().getTopAttributes(fqcn); in getMetadata()
179 Set<String> top = new HashSet<String>(repository.getTopAttributes(fqcn)); in getProperties()
547 List<String> attributes = metadata.getTopAttributes(); in addCommonPropertyActions()