HomeSort by relevance Sort by last modified time
    Searched full:getprop (Results 151 - 175 of 293) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 354 executeSuShellAdbCommand(1, "getprop", "dalvik.vm.usejitprofiles")[0]);
  /dalvik/docs/
debugger.html 46 is set to </code>1</code> (use <code>adb shell getprop ro.debuggable</code>
embedded-vm-control.html 43 <pre>adb shell getprop &lt;name&gt;</pre>
  /docs/source.android.com/en/devices/tech/connect/
emergency-affordance.html 236 setprop ril.ecclist "$(getprop ril.ecclist),<var>NUMBER_TO_CALL</var>"
  /libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java 229 /* System.getProp() will give us an empty
  /system/extras/ioblame/
ioblame.sh 38 model=`adb shell getprop ro.product.name`
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 89 def getprop(self, params): member in class:MockAdbProxy
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSettingsTest.py     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDeviceStateMonitor.java 238 final String cmd = "getprop " + BOOTCOMPLETE_PROP;
NativeDevice.java 339 * `adb shell getprop` or `fastboot getvar` depending on whether the device is in Fastboot or
342 * @param propName The name of the device property as returned by `adb shell getprop`
407 performDeviceAction("getprop", propAction, MAX_RETRY_ATTEMPTS);
    [all...]
  /external/devlib/devlib/utils/
ssh.py     [all...]
  /bootable/recovery/updater/
install.cpp 515 // interprets 'file' as a getprop-style file (key=value pairs, one
    [all...]
  /development/testrunner/
adb_interface.py 449 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
runtest.py 470 old_prop_value = self._adb.SendShellCommand("getprop %s" \
  /docs/source.android.com/en/devices/audio/
debugging.html 73 <li><code class="devsite-terminal">adb shell getprop | grep ro.debuggable</code>
  /docs/source.android.com/en/devices/tech/ota/
inside_packages.html 174 <dt><code>getprop(<i>key</i>)</code></dt>
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 508 props = device.RunShellCommand(['getprop'], check_return=True)
  /external/toybox/generated/
newtoys.h 83 USE_GETPROP(NEWTOY(getprop, ">2Z", TOYFLAG_USR|TOYFLAG_SBIN))
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 149 * the same as returned by invoking #adb shell getprop ro.product.name.
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 581 return self.shell('getprop %s' % str(name))
  /test/vts-testcase/kernel/ltp/
KernelLtpTest.py 242 is_low_mem = self._dut.getProp('ro.config.low_ram').lower() == 'true'
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
FastbootDeviceFlasher.java 659 String queryOutput = device.executeShellCommand(String.format("getprop %s", SLOT_PROP));
    [all...]
  /external/chromium-trace/catapult/devil/docs/
device_utils.md 785 ### DeviceUtils.GetProp
  /external/lisa/ipynb/examples/android/workloads/
Android_Recents_Fling.ipynb 313 " android_version = target.getprop('ro.build.version.release')\n",
  /packages/services/Car/tools/bootanalyze/
bootanalyze.py 680 cmd = ADB_CMD + ' shell su root getprop'

Completed in 981 milliseconds

1 2 3 4 5 67 8 91011>>