Home
last modified time | relevance | path

Searched refs:propertyName (Results 1 – 15 of 15) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DRequiredPropertyRule.java51 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/
DActivityEmbeddingPropertyTests.java65 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/
DCreationTest.java181 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()
DAnimationActivity.java81 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()
DObjectAnimatorTest.java258 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/
DCarSvcPropsParser.java66 String propertyName = keysIt.next(); in CarSvcPropsParser() local
67 JSONObject propertyObj = properties.getJSONObject(propertyName); in CarSvcPropsParser()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DRecurrenceSet.java32 String propertyName, in addPropertiesForRuleStr() argument
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DBuildPropParser.java76 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/
DActivityTransitionActivity.java142 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/
DPackageManagerQueryPropertyTest.java393 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()
DPackageManagerGetPropertyTest.java393 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/
DVehiclePropertyVerifier.java846 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/
Dnative-mediadrm-jni.cpp267 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/
DCarPropertyManagerTest.java1333 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/
Dcurrent.txt1343 field public static final int propertyName = 16843489; // 0x10102e1