Home
last modified time | relevance | path

Searched defs:setProperty (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java118 public void setProperty(final Properties p, final int value) { in setProperty() method in ConfigTest.TotalConfig
176 public void setProperty(final Properties p, final String value) { in setProperty() method in ConfigTest.TotalConfig
/cts/hostsidetests/userspacereboot/src/com/android/cts/userspacereboot/host/
DUserspaceRebootHostTest.java349 private void setProperty(String name, String value) throws Exception { in setProperty() method in UserspaceRebootHostTest
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java124 static void setProperty(ITestDevice device, String property, String value) throws Exception { in setProperty() method in CtsAngleCommon