Searched refs:prop (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
D | ICalendar.java | 56 public void addProperty(Property prop) { in addProperty() argument 57 String name= prop.getName(); in addProperty() 63 props.add(prop); in addProperty()
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostDeviceInfo.java | 52 private String getProperty(String prop) throws Exception { in getProperty() argument 53 return mDevice.executeShellCommand("getprop " + prop).replace("\n", ""); in getProperty()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AutoFillServiceTestCase.java | 276 private Integer getNumberRetries(String prop) { 277 final String value = Settings.Global.getString(sContext.getContentResolver(), prop); 279 Log.i(TAG, "getNumberRetries(): overriding to " + value + " because of '" + prop 284 Log.w(TAG, "error parsing property '" + prop + "'='" + value + "'", e);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | SurfaceViewTests.java | 84 static ObjectAnimator createInfiniteAnimator(Object target, String prop, in createInfiniteAnimator() argument 86 ObjectAnimator a = ObjectAnimator.ofFloat(target, prop, start, end); in createInfiniteAnimator()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | PropagationTest.java | 48 for (String prop : propagation.getPropagationProperties()) { in testCircularPropagation() 49 assertTrue(redValues.values.keySet().contains(prop)); in testCircularPropagation()
|
/cts/tools/release-parser/tests/resources/ |
D | build.prop.pb.txt | 1 name: "build.prop"
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 274 prop = cam.get_camera_properties_by_id(i) 275 if its.caps.raw16(prop) and len(physical_ids) < 2:
|
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | AtomTestCase.java | 711 protected String getProperty(String prop) throws Exception { in getProperty() argument 712 return getDevice().executeShellCommand("getprop " + prop).replace("\n", ""); in getProperty()
|