/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | PropertyUtil.java | 187 public static boolean propertyExists(String property) { in propertyExists() 192 public static boolean propertyEquals(String property, String value) { in propertyEquals() 203 public static boolean propertyMatches(String property, String regex) { in propertyMatches() 215 public static boolean getPropertyBoolean(String property) { in getPropertyBoolean() 226 public static int getPropertyInt(String property) { in getPropertyInt() 239 public static String getProperty(String property) { in getProperty()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BuildTest.java | 126 private String[] getStringList(String property) throws IOException { in getStringList() 138 static String getProperty(String property) in getProperty() 158 private void assertProperty(String message, String property, String expected) in assertProperty() 182 private void assertNoPropertySet(String message, String property) throws IOException { in assertNoPropertySet()
|
/cts/tests/tests/multiuser/src/android/multiuser/cts/ |
D | TestingUtils.java | 26 public static boolean getBooleanProperty(Instrumentation instrumentation, String property) in getBooleanProperty()
|
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/ |
D | DeviceConfigApiPermissionTests.java | 154 String property = tryGetPropertyWithReadPermission(violations); in testDeviceConfigWithAllPermissions() local 220 String property = DeviceConfig.getProperty(PUBLIC_NAMESPACE, KEY); in testDeviceConfigPublicNamespacesWithoutReadPermission() local 333 String property = null; in tryGetPropertyWithReadPermission() local
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 104 String property = "y"; in testOfFloat() local 133 String property = "y"; in testOfFloatBase() local 147 String property = "scrollY"; in testOfInt() local 171 String property = "backgroundColor"; in testOfObject() local 232 String property = "backgroundColor"; in testOfArgb() local 302 String property = "y"; in testSetFloatValues() local 346 String property = "y"; in testClone() local 779 String property = "y"; in testIsStarted() local 810 final Property property = AnimTarget.TEST_VALUE; in testSetStartEndValues() local
|
D | PropertyValuesHolderTest.java | 248 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); in testOfFloat_Property() local 283 String property = "backgroundColor"; in testOfInt_Property() local 528 FloatProperty property = new FloatProperty("distance") { in testOfObject_Converter() local 686 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); in testSetProperty() local
|
D | AnimatorTest.java | 135 String property = "y"; in testEnd() local
|
D | ValueAnimatorTest.java | 470 String property = "y"; in testEnd() local 781 String property = "y"; in getAnimator() local
|
D | AnimatorSetTest.java | 636 String property = "y"; in getYAnimator() local
|
/cts/libs/helpers/core/src/com/android/cts/helpers/ |
D | DeviceInteractionHelperRule.java | 150 void buildPackageList(String property, PackageManager pm) { in buildPackageList()
|
/cts/tests/tests/selinux/common/src/android/security/ |
D | SELinuxTargetSdkTestBase.java | 34 protected static String getProperty(String property) in getProperty()
|
/cts/hostsidetests/angle/src/android/angle/cts/ |
D | CtsAngleCommon.java | 126 static void setProperty(ITestDevice device, String property, String value) throws Exception { in setProperty()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerQueryPropertyTest.java | 486 final Property property = properties.get(i); in assertProperty() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | AccessibilityEventFilterUtils.java | 144 public PropertyMatcher(T property, String description, in PropertyMatcher()
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
D | DeviceInfoInstrument.java | 424 private static String getProperty(String property) in getProperty()
|
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/ |
D | Utils.java | 297 final String property = PropertyUtil.getProperty("ro.hardware.virtual_device"); in isVirtualDevice() local
|