Home
last modified time | relevance | path

Searched defs:commandResult (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/graphics/gpumetrics/src/com/android/cts/graphics/
DGpuWorkDumpsysTest.java48 CommandResult commandResult = getDevice().executeShellV2Command(command); in assertShellCommand() local
61 CommandResult commandResult = in getTestAppUid() local
79 CommandResult commandResult = in testOutputFormat() local
/cts/hostsidetests/edi/src/android/edi/cts/
DDynamicPartitionsDeviceInfo.java51 CommandResult commandResult = device.executeShellV2Command( in collectDeviceInfo() local
DPropertyDeviceInfo.java38 CommandResult commandResult = device.executeShellV2Command("getprop"); in collectDeviceInfo() local
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestAbiOverride.java142 String commandResult = getDevice().executeShellCommand("pm dump " + testPackageName); in getPackageAbi() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandTest.java361 String commandResult = executeShellCommand(command); in testAppInstallErr() local
375 String commandResult = executeShellCommand("pm " + mInstall + " -t -g -S " + file.length(), in testAppInstallStdInErr() local
652 String commandResult = executeShellCommand( in testAppInstallErrDuplicate() local
1836 String commandResult = executeShellCommand("pm create-user --profileOf cur " in testCreateUserCurAsType() local
1938 final String commandResult = executeShellCommand("pm install-create " + arg); in createSession() local
1981 final String commandResult = executeShellCommand("pm list packages"); in isAppInstalled() local
1990 final String commandResult = executeShellCommand("pm list sdks"); in isSdkInstalled() local
2023 final String commandResult = executeShellCommand("pm dump " + packageName); in getSplits() local
DChecksumsTest.java1500 final String commandResult = executeShellCommand("pm list packages"); in isAppInstalled() local
1507 final String commandResult = executeShellCommand("pm dump " + packageName); in getAppCodePath() local
DPackageManagerShellCommandIncrementalTest.java1177 final String commandResult = executeShellCommand("pm dump " + packageName); in parsePackageDump() local
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningBaseHostTest.java152 CommandResult commandResult = testDevice.executeShellV2Command(String.format( in isAppCloningBuildingBlockConfigEnabled() local
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaSession2Test.java302 Session2Command.Result commandResult = new Session2Command.Result(resultCode, null); in testBroadcastSessionCommand() local
489 Session2Command.Result commandResult = new Session2Command.Result(resultCode, resultData); in testCallback_onCommandResult() local
729 Session2Command.Result commandResult = in onSessionCommand() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1326 final String commandResult = in getEnabledSystemPackageNames() local