Home
last modified time | relevance | path

Searched refs:mapProperties (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/
DPlatformInspectableProcessorTest.java107 loadCompanion(IntPropertyTest.class).mapProperties(mPropertyMapper); in testInferredAttributeId()
147 loadCompanion(HasAttributeIdFalseTest.class).mapProperties(mPropertyMapper); in testHasAttributeIdFalse()
160 loadCompanion(AttributeIdEqualsTest.class).mapProperties(mPropertyMapper); in testAttributeIdEquals()
447 companion.mapProperties(mPropertyMapper); in testIntEnum()
483 companion.mapProperties(mPropertyMapper); in testIntFlag()
792 companion.mapProperties(mPropertyMapper); in mapAndRead()
/cts/tests/tests/view/src/android/view/inspector/cts/
DStaticInspectionCompanionProviderTest.java73 public void mapProperties(PropertyMapper propertyMapper) { in mapProperties() method in StaticInspectionCompanionProviderTest.NestedClassTest.InspectionCompanion