Home
last modified time | relevance | path

Searched refs:adb (Results 1 – 11 of 11) sorted by relevance

/cts/tools/cts-media/
Dcopy_media.sh48 adb $adb_options push bbb_short/1920x1080 /sdcard/test/bbb_short/1920x1080
49 adb $adb_options push bbb_full/1920x1080 /sdcard/test/bbb_full/1920x1080
54 adb $adb_options push bbb_short/1280x720 /sdcard/test/bbb_short/1280x720
55 adb $adb_options push bbb_full/1280x720 /sdcard/test/bbb_full/1280x720
60 adb $adb_options push bbb_short/720x480 /sdcard/test/bbb_short/720x480
61 adb $adb_options push bbb_full/720x480 /sdcard/test/bbb_full/720x480
65 adb $adb_options push bbb_short/176x144 /sdcard/test/bbb_short/176x144
66 adb $adb_options push bbb_full/176x144 /sdcard/test/bbb_full/176x144
67 adb $adb_options push bbb_short/480x360 /sdcard/test/bbb_short/480x360
68 adb $adb_options push bbb_full/480x360 /sdcard/test/bbb_full/480x360
/cts/suite/audio_quality/lib/src/
DClientImpl.cpp36 Adb adb(param); in init() local
37 if (!adb.setPortForwarding(HOST_TCP_PORT, CLIENT_TCP_PORT)) { in init()
43 if (!adb.launchClient(clientBinary, componentName)) { in init()
/cts/apps/CtsVerifier/
DAndroid.mk71 cts-verifier: CtsVerifier adb NotificationBot CtsPermissionApp
72 adb install -r $(PRODUCT_OUT)/data/app/CtsVerifier/CtsVerifier.apk \
73 && adb install -r $(notification-bot) \
74 && adb install -r $(permission-app) \
75 && adb shell "am start -n com.android.cts.verifier/.CtsVerifierActivity"
/cts/apps/CameraITS/pymodules/its/
Ddevice.py70 adb = "adb -d" variable in ItsSession
138 (self.adb, p, self.REMOTE_PORT)
173 _run("%s reboot" % (self.adb));
174 _run("%s wait-for-device" % (self.adb))
179 _run('%s shell am force-stop --user 0 %s' % (self.adb, self.PACKAGE))
181 '-a %s') % (self.adb, self.INTENT_START))
185 self.adb.split() + ["logcat"],
197 self.adb = "adb -s " + self.device_id
693 adb = "adb -s " + device_id
697 adb, summary_path, device_summary_path))
[all …]
/cts/tools/vm-tests-tf/etc/
Dstarttests131 adb push $dexcore /data/local/tmp/dexcore.jar >> /dev/null 2>&1
172 adb push ${depJar} ${deviceFileName} &> /dev/null
177 adb shell dalvikvm -Djava.io.tmpdir=/data/local/tmp \
182 adb shell rm ${jar} &> /dev/null
/cts/hostsidetests/theme/
Dgenerate_images.sh54 adb devices
DREADME39 adb devices
67 adb devices
/cts/apps/CameraITS/build/
Denvsetup.sh23 command -v adb >/dev/null 2>&1 || \
/cts/tools/tradefed-host/
DREADME21 1. Ensure 'adb' is in your current PATH. adb can be found in the
33 4. Ensure device is visible via 'adb devices'
/cts/tools/tradefed-host/etc/
Dcts-tradefed34 checkPath adb
/cts/tools/
DAndroid.mk27 …F_JAR) $(CTS_TF_JAR) $(CTS_TF_EXEC_PATH) $(ADDITIONAL_TF_JARS) | $(ACP) $(HOST_OUT_EXECUTABLES)/adb