/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | PropertyUtil.java | 117 public static boolean propertyExists(String property) { in propertyExists() 122 public static boolean propertyEquals(String property, String value) { in propertyEquals() 133 public static boolean propertyMatches(String property, String regex) { in propertyMatches() 145 public static int getPropertyInt(String property) { in getPropertyInt() 158 public static String getProperty(String property) { in getProperty()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | PropertyUtil.java | 132 public static boolean propertyExists(String property) { in propertyExists() 137 public static boolean propertyEquals(String property, String value) { in propertyEquals() 148 public static boolean propertyMatches(String property, String regex) { in propertyMatches() 160 public static int getPropertyInt(String property) { in getPropertyInt() 173 public static String getProperty(String property) { in getProperty()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BuildTest.java | 128 private String[] getStringList(String property) throws IOException { in getStringList() 140 static String getProperty(String property) in getProperty() 160 private void assertProperty(String message, String property, String expected) in assertProperty() 184 private void assertNoPropertySet(String message, String property) throws IOException { in assertNoPropertySet()
|
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/ |
D | DeviceConfigApiPermissionTests.java | 196 String property = DeviceConfig.getProperty(NAMESPACE, KEY); in testDeviceConfigWithAllPermissions() local 246 String property = DeviceConfig.getProperty(PUBLIC_NAMESPACE, KEY); in testDeviceConfigPublicNamespacesWithoutReadPermission() 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 | 134 String property = "y"; in testEnd() local
|
D | ValueAnimatorTest.java | 469 String property = "y"; in testEnd() local 731 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 | 53 protected static String getProperty(String property) in getProperty()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | AccessibilityEventFilterUtils.java | 124 public PropertyMatcher(T property, String description, in PropertyMatcher()
|
/cts/hostsidetests/angle/src/android/angle/cts/ |
D | CtsAngleCommon.java | 124 static void setProperty(ITestDevice device, String property, String value) throws Exception { in setProperty()
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
D | DeviceInfoInstrument.java | 424 private static String getProperty(String property) in getProperty()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 107 private static String getProperty(String property) throws IOException { in getProperty()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 158 private static String getProperty(String property) throws IOException { in getProperty()
|