HomeSort by relevance Sort by last modified time
    Searched refs:SystemProperties (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
UsbDebuggingTest.java 20 import android.os.SystemProperties;
28 assertEquals("1", SystemProperties.get("ro.adb.secure"));
BuildTest.java 21 import android.os.SystemProperties;
  /external/chromium_org/build/android/pylib/
system_properties.py 6 class SystemProperties(dict):
17 super(SystemProperties, self).__init__()
android_commands.py 320 self._system_properties = system_properties.SystemProperties(self.Adb())
444 self._system_properties = system_properties.SystemProperties(self.Adb())
462 self._system_properties = system_properties.SystemProperties(self.Adb())
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 34 import android.os.SystemProperties;
    [all...]

Completed in 391 milliseconds