Searched refs:getValueType (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/ |
D | PlatformInspectableProcessorTest.java | 273 assertEquals(ValueType.COLOR, mPropertyMapper.getValueType("colorInt")); in testColorTypeInference() 274 assertEquals(ValueType.COLOR, mPropertyMapper.getValueType("colorLong")); in testColorTypeInference() 275 assertEquals(ValueType.COLOR, mPropertyMapper.getValueType("colorObject")); in testColorTypeInference() 313 assertEquals(ValueType.COLOR, mPropertyMapper.getValueType("color")); in testValueTypeEquals() 314 assertEquals(ValueType.GRAVITY, mPropertyMapper.getValueType("gravity")); in testValueTypeEquals() 315 assertEquals(ValueType.NONE, mPropertyMapper.getValueType("value")); in testValueTypeEquals() 713 assertEquals(ValueType.RESOURCE_ID, mPropertyMapper.getValueType("animatorId")); in testResourceId() 716 assertEquals(ValueType.RESOURCE_ID, mPropertyMapper.getValueType("animId")); in testResourceId() 719 assertEquals(ValueType.RESOURCE_ID, mPropertyMapper.getValueType("anyId")); in testResourceId() 722 assertEquals(ValueType.RESOURCE_ID, mPropertyMapper.getValueType("arrayId")); in testResourceId() [all …]
|
D | TestPropertyMapper.java | 42 ValueType getValueType(String name) { in getValueType() method in TestPropertyMapper
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | DexParser.java | 203 switch (encodedValue.getValueType()) { in getEncodedValueString() 243 "ToDo,Encoded Type,0x%X", encodedValue.getValueType())); in getEncodedValueString() 244 return String.format("Encoded Type:%x", encodedValue.getValueType()); in getEncodedValueString()
|