OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adbCommand
(Results
1 - 3
of
3
) sorted by null
/cts/suite/audio_quality/lib/src/
Adb.cpp
66
android::String8
adbCommand
;
68
if (
adbCommand
.appendFormat("adb %s", command.string()) != 0) {
72
if (
adbCommand
.appendFormat("adb -s %s %s", mDevice.string(),
77
return system(
adbCommand
.string());
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java
[
all
...]
ManagedProfileTest.java
[
all
...]
Completed in 457 milliseconds