Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBuildTest.java102 private String[] getStringList(String property) throws IOException { in getStringList()
114 static String getProperty(String property) in getProperty()
134 private void assertProperty(String message, String property, String expected) in assertProperty()
158 private void assertNoPropertySet(String message, String property) throws IOException { in assertNoPropertySet()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java58 public static int getPropertyInt(String property) { in getPropertyInt()
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java103 String property = "y"; in testOfFloat() local
132 String property = "y"; in testOfFloatBase() local
146 String property = "scrollY"; in testOfInt() local
170 String property = "backgroundColor"; in testOfObject() local
231 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
811 final Property property = AnimTarget.TEST_VALUE; in testSetStartEndValues() local
DValueAnimatorTest.java466 String property = "y"; in testEnd() local
508 String property = "y"; in testGetAnimatedValue_PropertyName() local
688 String property = "y"; in getAnimator() local
700 long sleepTime, String property) throws InterruptedException { in getValue()
DPropertyValuesHolderTest.java247 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); in testOfFloat_Property() local
282 String property = "backgroundColor"; in testOfInt_Property() local
527 FloatProperty property = new FloatProperty("distance") { in testOfObject_Converter() local
685 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); in testSetProperty() local
DAnimatorTest.java134 String property = "y"; in testEnd() local
DAnimatorSetTest.java606 String property = "y"; in getYAnimator() local
/cts/tests/tests/selinux/selinuxTargetSdk2/src/android/selinuxtargetsdk2/cts/
DSELinuxTargetSdk2Test.java44 private static String getProperty(String property) in getProperty()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java421 private static String getProperty(String property) in getProperty()