Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java187 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/
DBuildTest.java126 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/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java154 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/multiuser/src/android/multiuser/cts/
DTestingUtils.java26 public static boolean getBooleanProperty(Instrumentation instrumentation, String property) in getBooleanProperty()
/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.java470 String property = "y"; in testEnd() local
781 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.java34 protected static String getProperty(String property) in getProperty()
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java132 static void setProperty(ITestDevice device, String property, String value) throws Exception { in setProperty()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerQueryPropertyTest.java486 final Property property = properties.get(i); in assertProperty() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java138 public PropertyMatcher(T property, String description, in PropertyMatcher()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java424 private static String getProperty(String property) in getProperty()