Home
last modified time | relevance | path

Searched refs:ADB (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md135 if [[ $ADB == "" ]]; then
136 ADB=adb
148 $ADB root || exit
149 $ADB wait-for-devices
150 $ADB shell settings put global sysui_demo_allowed 1
153 $ADB shell am broadcast -a com.android.systemui.demo -e command enter || exit
155 $ADB shell am broadcast -a com.android.systemui.demo -e command clock -e
158 $ADB shell am broadcast -a com.android.systemui.demo -e command battery -e
160 $ADB shell am broadcast -a com.android.systemui.demo -e command battery -e
162 $ADB shell am broadcast -a com.android.systemui.demo -e command network -e
[all …]
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py96 class ADB: class
760 adb = ADB(verbose=be_verbose)
/frameworks/rs/tests/lldb/
DREADME.txt11 a target device, and makes coordinated use of LLDB and ADB to run automated
213 Located ADB
/frameworks/base/core/java/android/hardware/usb/
DUsbManager.java364 public static final long FUNCTION_ADB = GadgetFunction.ADB;
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md251 …- Secondly, if you want to determine from an application that can't call out to ADB for this, you …