/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | RequiredPropertyRule.java | 51 static String getDevicePropertyValue(BaseHostJUnit4Test test, String propertyName) 56 return testDevice.executeShellCommand("getprop " + propertyName).trim(); 61 final String propertyName, final String propertyValue) { 68 String deviceProperty = getDevicePropertyValue(test, propertyName); 69 assumeTrue("Required property " + propertyName + " = " + propertyValue 81 final String propertyName, final String propertyValue) { 89 Arrays.asList(getDevicePropertyValue(test, propertyName) 93 "Required property " + propertyName + " = " + propertyValue 105 final BaseHostJUnit4Test test, final String propertyName, final String propertyValue) { 114 getDevicePropertyValue(test, propertyName) [all …]
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | ActivityEmbeddingPropertyTests.java | 65 private boolean getProperty(String propertyName) throws PackageManager.NameNotFoundException { in getProperty() argument 66 final PackageManager.Property property = mPackageManager.getProperty(propertyName, in getProperty() 69 throw new IllegalStateException("Property=" + propertyName in getProperty()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | CreationTest.java | 181 private void verifyValues(ObjectAnimator animator, String propertyName, float... values) { in verifyValues() argument 183 assertEquals((Float) animator.getAnimatedValue(propertyName), values[0], EPSILON); in verifyValues() 186 assertEquals((Float) animator.getAnimatedValue(propertyName), values[i], EPSILON); in verifyValues() 189 assertEquals((Float) animator.getAnimatedValue(propertyName), values[values.length - 1], in verifyValues()
|
D | AnimationActivity.java | 81 public ValueAnimator createAnimator(Object object,String propertyName, long duration, in createAnimator() argument 84 ValueAnimator valueAnimator = ObjectAnimator.ofFloat(object, propertyName, start,end); in createAnimator() 112 public ValueAnimator createObjectAnimatorForInt(Object object,String propertyName, in createObjectAnimatorForInt() argument 115 ObjectAnimator objAnimator = ObjectAnimator.ofInt(object, propertyName, start,end); in createObjectAnimatorForInt()
|
D | ObjectAnimatorTest.java | 258 String propertyName = "scrollX"; in testOfPropertyValuesHolder() local 262 … PropertyValuesHolder propertyValuesHolder = PropertyValuesHolder.ofInt(propertyName, values); in testOfPropertyValuesHolder() 341 String propertyName = "backgroundColor"; in testGetPropertyName() local 346 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetPropertyName() 349 assertEquals(propertyName, actualPropertyName); in testGetPropertyName() 386 String propertyName = "backgroundColor"; in testGetTarget() local 391 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetTarget()
|
/cts/tests/tests/car/src/android/car/cts/property/ |
D | CarSvcPropsParser.java | 66 String propertyName = keysIt.next(); in CarSvcPropsParser() local 67 JSONObject propertyObj = properties.getJSONObject(propertyName); in CarSvcPropsParser()
|
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
D | RecurrenceSet.java | 32 String propertyName, in addPropertiesForRuleStr() argument
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | BuildPropParser.java | 76 public String getProperty(String propertyName) { in getProperty() argument 80 return mProp.get(propertyName); in getProperty()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | ActivityTransitionActivity.java | 142 private Transition createVisibilityTransition(boolean isExplode, String propertyName) { in createVisibilityTransition() argument 145 transition.addListener(new VisibilityCheck(R.id.redSquare, propertyName)); in createVisibilityTransition() 300 public VisibilityCheck(int viewId, String propertyName) { in VisibilityCheck() argument 303 mPropertyName = propertyName; in VisibilityCheck()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerQueryPropertyTest.java | 393 private void assertProperty(Property testProperty, String propertyName, in assertProperty() argument 396 assertEquals(propertyName, testProperty.getName()); in assertProperty() 485 private void assertProperty(List<Property> properties, String propertyName, in assertProperty() argument 491 assertProperty(property, propertyName, packageName, className, propertyType, in assertProperty() 498 + "; name: " + propertyName in assertProperty()
|
D | PackageManagerGetPropertyTest.java | 393 private void assertProperty(Property testProperty, String propertyName, in assertProperty() argument 397 assertEquals(propertyName, testProperty.getName()); in assertProperty()
|
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 846 String propertyName = VehiclePropertyIds.toString(propertyId); in getInitialValuesByAreaId() local 858 Log.w(TAG, "Failed to get property:" + propertyName + " at area ID: " + areaId in getInitialValuesByAreaId() 863 Log.w(TAG, "Failed to get property:" + propertyName + " at area ID: " + areaId in getInitialValuesByAreaId() 895 String propertyName = VehiclePropertyIds.toString(propertyId); in restoreInitialValuesByAreaId() local 904 Log.w(TAG, "Failed to get property:" + propertyName + " at area ID: " + areaId in restoreInitialValuesByAreaId() 909 Log.w(TAG, "Failed to get property:" + propertyName + " at area ID: " + areaId in restoreInitialValuesByAreaId() 920 "Failed to restore car property value for property: " + propertyName in restoreInitialValuesByAreaId() 2422 CarPropertyValueCallback(String propertyName, int[] areaIds, in CarPropertyValueCallback() argument 2424 mPropertyName = propertyName; in CarPropertyValueCallback()
|
/cts/tests/tests/media/drmframework/jni/ |
D | native-mediadrm-jni.cpp | 267 const char *propertyName = "clientId"; in testPropertyByteArrayNative() local 269 media_status_t status = AMediaDrm_setPropertyByteArray(drm, propertyName, value, sizeof(value)); in testPropertyByteArrayNative() 276 status = AMediaDrm_getPropertyByteArray(drm, propertyName, &array); in testPropertyByteArrayNative()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarPropertyManagerTest.java | 1333 String propertyName = VehiclePropertyIds.toString(propertyId); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() local 1334 expectWithMessage("Property: " + propertyName + " must not be supported if " in testVicPropertiesMustNotBeSupportedIfFlagDisabled() 1341 String propertyName = VehiclePropertyIds.toString(propertyId); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() local 1342 expectWithMessage("getCarPropertyConfig for: " + propertyName in testVicPropertiesMustNotBeSupportedIfFlagDisabled() 1373 String propertyName = VehiclePropertyIds.toString(propertyId); in testAllSupportedSystemPropertyIdsAreDefined() local 1374 expectWithMessage("Property: " + propertyName + " is not a defined system property") in testAllSupportedSystemPropertyIdsAreDefined()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 1343 field public static final int propertyName = 16843489; // 0x10102e1
|