Home
last modified time | relevance | path

Searched defs:property (Results 1 – 23 of 23) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java211 public static boolean propertyExists(String property) { in propertyExists()
216 public static boolean propertyEquals(String property, String value) { in propertyEquals()
227 public static boolean propertyMatches(String property, String regex) { in propertyMatches()
239 public static boolean getPropertyBoolean(String property) { in getPropertyBoolean()
250 public static int getPropertyInt(String property) { in getPropertyInt()
263 public static String getProperty(String property) { in getProperty()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingPropertyTests.java66 final PackageManager.Property property = mPackageManager.getProperty(propertyName, in getProperty() local
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java124 String property = "y"; in testOfFloat() local
153 String property = "y"; in testOfFloatBase() local
168 String property = "scrollY"; in testOfInt() local
193 String property = "backgroundColor"; in testOfObject() local
227 Property<AnimTarget, Float> property = AnimTarget.TEST_VALUE; in testOfObject_generic() local
285 String property = "backgroundColor"; in testOfArgb() local
356 String property = "y"; in testSetFloatValues() local
400 String property = "y"; in testClone() local
833 String property = "y"; in testIsStarted() local
864 final Property property = AnimTarget.TEST_VALUE; in testSetStartEndValues() local
DPropertyValuesHolderTest.java262 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); in testOfFloat_Property() local
297 String property = "backgroundColor"; in testOfInt_Property() local
542 FloatProperty property = new FloatProperty("distance") { in testOfObject_Converter() local
701 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); in testSetProperty() local
DAnimatorTest.java155 String property = "y"; in testEnd() local
DValueAnimatorTest.java479 String property = "y"; in testEnd() local
840 String property = "y"; in getAnimator() local
DAnimatorSetTest.java646 String property = "y"; in getYAnimator() local
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java174 String property = tryGetPropertyWithReadPermission(violations); in testDeviceConfigWithAllPermissions() local
242 String property = DeviceConfig.getProperty(PUBLIC_NAMESPACE, KEY); in testDeviceConfigPublicNamespacesWithoutReadPermission() local
336 String property = null; in tryGetPropertyWithReadPermission() local
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DTestingUtils.java34 public static boolean getBooleanProperty(Instrumentation instrumentation, String property) in getBooleanProperty()
/cts/tests/tests/os/src/android/os/cts/
DBuildTest.java159 static String[] getStringList(String property) throws IOException { in getStringList()
171 static String getProperty(String property) in getProperty()
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/hardware/property/
DCarVendorPropertyCustomPermissionTest.java78 private void assumePropertyIsSupported(String permission, int property) { in assumePropertyIsSupported()
/cts/tests/tests/content/src/android/content/cts/
DClipboardAutoClearTest.java154 private String getAndSetProperty(String property, String newPropertyValue) { in getAndSetProperty()
/cts/tests/tests/security/native/verified_boot/
DVerifiedBootTest.cpp102 void waitForProperty(const std::string &property) { in waitForProperty()
/cts/libs/helpers/core/src/com/android/cts/helpers/
DDeviceInteractionHelperRule.java150 void buildPackageList(String property, PackageManager pm) { in buildPackageList()
/cts/tests/tests/selinux/common/src/android/security/
DSELinuxTargetSdkTestBase.java37 protected static String getProperty(String property) in getProperty()
/cts/tests/tests/car/src/android/car/cts/
DCarTest.java215 private void assertSystemPropertyNotSet(String property) { in assertSystemPropertyNotSet()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerQueryPropertyTest.java489 final Property property = properties.get(i); in assertProperty() local
DPackageManagerShellCommandInstallTest.java1223 PackageManager.Property property = in testGetProperty() local
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java478 final String property = PropertyUtil.getProperty("ro.hardware.virtual_device"); in isVirtualDevice() local
492 final String property = PropertyUtil.getProperty("ro.hw_timeout_multiplier"); in getAdjustedOperationTimeoutMs() local
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java424 private static String getProperty(String property) in getProperty()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java218 public PropertyMatcher(T property, String description, in PropertyMatcher()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java1257 public static boolean isPropertyEmptyOrUnknown(String property) { in isPropertyEmptyOrUnknown()
/cts/tests/tests/graphics/jni/
DVulkanProfiles.cpp107 VpPropertyDesc property; member
5745 VkQueueFamilyProperties2KHR property; in vpGetPhysicalDeviceProfileSupport() local