Searched refs:propertyType (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerQueryPropertyTest.java | 394 String packageName, String className, int propertyType, Object propertyValue) { in assertProperty() argument 399 assertEquals(propertyType, testProperty.getType()); in assertProperty() 401 if (propertyType == PROPERTY_TYPE_BOOLEAN) { in assertProperty() 420 } else if (propertyType == PROPERTY_TYPE_FLOAT) { in assertProperty() 435 } else if (propertyType == PROPERTY_TYPE_INTEGER) { in assertProperty() 450 } else if (propertyType == PROPERTY_TYPE_RESOURCE) { in assertProperty() 465 } else if (propertyType == PROPERTY_TYPE_STRING) { in assertProperty() 486 String packageName, String className, int propertyType, Object propertyValue) { in assertProperty() argument 491 assertProperty(property, propertyName, packageName, className, propertyType, in assertProperty()
|
D | PackageManagerGetPropertyTest.java | 394 String packageName, String className, int propertyType, Object propertyValue) in assertProperty() argument 400 assertEquals(propertyType, testProperty.getType()); in assertProperty() 402 if (propertyType == PROPERTY_TYPE_BOOLEAN) { in assertProperty() 421 } else if (propertyType == PROPERTY_TYPE_FLOAT) { in assertProperty() 436 } else if (propertyType == PROPERTY_TYPE_INTEGER) { in assertProperty() 451 } else if (propertyType == PROPERTY_TYPE_RESOURCE) { in assertProperty() 466 } else if (propertyType == PROPERTY_TYPE_STRING) { in assertProperty()
|
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 183 Class<T> propertyType, in VehiclePropertyVerifier() argument 212 mPropertyType = propertyType; in VehiclePropertyVerifier() 241 int propertyId, int access, int areaType, int changeMode, Class<T> propertyType, in newBuilder() argument 243 return new Builder<>(propertyId, access, areaType, changeMode, propertyType, in newBuilder() 1582 int propertyType = mPropertyId & VehiclePropertyType.MASK; in verifyMaxAndMinRangeContainsZero() local 1583 switch (propertyType) { in verifyMaxAndMinRangeContainsZero() 1596 int propertyType = mPropertyId & VehiclePropertyType.MASK; in verifyMaxAndMin() local 1597 switch (propertyType) { in verifyMaxAndMin() 1903 int propertyType = mPropertyId & VehiclePropertyType.MASK; in verifyValueInRange() local 1904 switch (propertyType) { in verifyValueInRange() [all …]
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarPropertyConfigTest.java | 96 int propertyType = propId & VehiclePropertyType.MASK; in testGetPropertyId() local 97 assertThat(expectedPropertyTypes).contains(propertyType); in testGetPropertyId()
|
D | CarPropertyManagerTest.java | 9661 int propId, int areaId, VehiclePropertyVerifier<?> verifier, Class<T> propertyType) {
|