Searched refs:instrument (Results 1 – 18 of 18) sorted by relevance
152 Instrument instrument = new Instrument(mAm, mPm); in runInstrument() local157 instrument.profileFile = nextArgRequired(); in runInstrument()159 instrument.wait = true; in runInstrument()161 instrument.rawMode = true; in runInstrument()163 instrument.protoStd = true; in runInstrument()165 instrument.protoFile = true; in runInstrument()167 instrument.logPath = nextArg(); in runInstrument()171 instrument.args.putString(argKey, argValue); in runInstrument()174 instrument.noWindowAnimation = true; in runInstrument()176 instrument.disableHiddenApiChecks = true; in runInstrument()[all …]
4 adb shell am instrument -w com.android.test.hierarchyviewer/android.test.InstrumentationTestRunner
24 adb shell am instrument -w "$@" 'android.net.lowpan.test/androidx.test.runner.AndroidJUnitRunner'
40 adb shell am instrument -w 'android.net.wifi.test/androidx.test.runner.AndroidJUnitRunner'
24 adb shell am instrument -w "$@" 'com.android.frameworks.utiltests/androidx.test.runner.AndroidJUnit…
5 adb shell am instrument -w com.android.calendarcommon2.tests/android.test.InstrumentationTestRunner
25 adb shell am instrument --no-hidden-api-checks -w "$@" \
26 …adb shell am instrument -e class 'android.database.NewDatabasePerformanceTestSuite' -w 'com.andro…
24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretest…
7 adb shell am instrument \
8 adb shell am instrument -w -e package android.view.textclassifier com.android.perftests.textclassif…
44 adb shell am instrument --no-hidden-api-checks -w "$@" \
52 adb shell am instrument -e coverage true --no-hidden-api-checks -w 'com.android.server.wifi.test/co…
30 adb shell am instrument -w 'com.android.server.wifi.test/androidx.test.runner.AndroidJUnitRunner'
22 // adb shell am instrument \
32 adb shell am instrument -w \
387 "adb shell am instrument -w com.google.protobuf.nano.test/android.test.InstrumentationTestRunner"