Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java117 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/
DPropertyUtil.java132 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/
DBuildTest.java128 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/
DDeviceConfigApiPermissionTests.java196 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/
DObjectAnimatorTest.java104 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
DPropertyValuesHolderTest.java248 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
DAnimatorTest.java134 String property = "y"; in testEnd() local
DValueAnimatorTest.java469 String property = "y"; in testEnd() local
731 String property = "y"; in getAnimator() local
DAnimatorSetTest.java636 String property = "y"; in getYAnimator() local
/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.java53 protected static String getProperty(String property) in getProperty()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java124 public PropertyMatcher(T property, String description, in PropertyMatcher()
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java124 static void setProperty(ITestDevice device, String property, String value) throws Exception { in setProperty()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java424 private static String getProperty(String property) in getProperty()
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java107 private static String getProperty(String property) throws IOException { in getProperty()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java158 private static String getProperty(String property) throws IOException { in getProperty()