Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 13 of 13) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingPropertyTests.java65 private boolean getProperty(String propertyName) throws PackageManager.NameNotFoundException { in getProperty()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DRecurrenceSet.java32 String propertyName, in addPropertiesForRuleStr()
/cts/tests/tests/car/src/android/car/cts/property/
DCarSvcPropsParser.java66 String propertyName = keysIt.next(); in CarSvcPropsParser() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerQueryPropertyTest.java393 private void assertProperty(Property testProperty, String propertyName, in assertProperty()
485 private void assertProperty(List<Property> properties, String propertyName, in assertProperty()
DPackageManagerGetPropertyTest.java393 private void assertProperty(Property testProperty, String propertyName, in assertProperty()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DBuildPropParser.java76 public String getProperty(String propertyName) { in getProperty()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DActivityTransitionActivity.java142 private Transition createVisibilityTransition(boolean isExplode, String propertyName) { in createVisibilityTransition()
300 public VisibilityCheck(int viewId, String propertyName) { in VisibilityCheck()
/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java81 public ValueAnimator createAnimator(Object object,String propertyName, long duration, in createAnimator()
112 public ValueAnimator createObjectAnimatorForInt(Object object,String propertyName, in createObjectAnimatorForInt()
DCreationTest.java181 private void verifyValues(ObjectAnimator animator, String propertyName, float... values) { in verifyValues()
DObjectAnimatorTest.java258 String propertyName = "scrollX"; in testOfPropertyValuesHolder() local
341 String propertyName = "backgroundColor"; in testGetPropertyName() local
386 String propertyName = "backgroundColor"; in testGetTarget() local
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java1333 String propertyName = VehiclePropertyIds.toString(propertyId); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() local
1341 String propertyName = VehiclePropertyIds.toString(propertyId); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() local
1373 String propertyName = VehiclePropertyIds.toString(propertyId); in testAllSupportedSystemPropertyIdsAreDefined() local
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java846 String propertyName = VehiclePropertyIds.toString(propertyId); in getInitialValuesByAreaId() local
895 String propertyName = VehiclePropertyIds.toString(propertyId); in restoreInitialValuesByAreaId() local
2422 CarPropertyValueCallback(String propertyName, int[] areaIds, in CarPropertyValueCallback()
/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp267 const char *propertyName = "clientId"; in testPropertyByteArrayNative() local