Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBuildTest.java96 private String[] getStringList(String property) throws IOException { in getStringList()
108 static String getProperty(String property) in getProperty()
128 private void assertProperty(String message, String property, String expected) in assertProperty()
152 private void assertNoPropertySet(String message, String property) throws IOException { in assertNoPropertySet()
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java54 String property = "y"; in testOfFloat() local
74 String property = "y"; in testOfFloatBase() local
87 String property = "backgroundColor"; in testOfInt() local
113 String property = "backgroundColor"; in testOfObject() local
179 String property = "y"; in testSetFloatValues() local
213 String property = "y"; in testClone() local
234 String property = "y"; in testIsStarted() local
DValueAnimatorTest.java117 String property = "y"; in testEnd() local
155 String property = "y"; in testGetAnimatedValue_PropertyName() local
217 String property = "y"; in getAnimator() local
229 long sleepTime, String property) throws InterruptedException { in getValue()
DPropertyValuesHolderTest.java218 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class.getClass(),"y"); in testOfFloat_Property() local
255 String property = "backgroundColor"; in testOfInt_Property() local
283 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class.getClass(),"y"); in testSetProperty() local
DAnimatorSetTest.java148 String property = "y"; in getYAnimator() local
DAnimatorTest.java109 String property = "y"; in testEnd() local
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java406 private static String getProperty(String property) in getProperty()