Searched refs:ADB (Results 1 – 5 of 5) sorted by relevance
147 if [[ $ADB == "" ]]; then148 ADB=adb160 $ADB root || exit161 $ADB wait-for-devices162 $ADB shell settings put global sysui_demo_allowed 1165 $ADB shell am broadcast -a com.android.systemui.demo -e command enter || exit167 $ADB shell am broadcast -a com.android.systemui.demo -e command clock -e170 $ADB shell am broadcast -a com.android.systemui.demo -e command battery -e172 $ADB shell am broadcast -a com.android.systemui.demo -e command battery -e174 $ADB shell am broadcast -a com.android.systemui.demo -e command network -e[all …]
28 run on a device connected through ADB with the command:
14 From a computer connected to the device over ADB, you can start a recording:
96 class ADB: class760 adb = ADB(verbose=be_verbose)
251 …- Secondly, if you want to determine from an application that can't call out to ADB for this, you …