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.java55 String property = "y"; in testOfFloat() local
75 String property = "y"; in testOfFloatBase() local
88 String property = "backgroundColor"; in testOfInt() local
114 String property = "backgroundColor"; in testOfObject() local
180 String property = "y"; in testSetFloatValues() local
214 String property = "y"; in testClone() local
235 String property = "y"; in testIsStarted() local
269 final Property property = AnimTarget.TEST_VALUE; in testSetStartEndValues() local
DValueAnimatorTest.java298 String property = "y"; in testEnd() local
336 String property = "y"; in testGetAnimatedValue_PropertyName() local
423 String property = "y"; in getAnimator() local
435 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
DAnimatorTest.java109 String property = "y"; in testEnd() local
DAnimatorSetTest.java347 String property = "y"; in getYAnimator() local
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java421 private static String getProperty(String property) in getProperty()