Home
last modified time | relevance | path

Searched defs:commandResult (Results 1 – 13 of 13) 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/
DNativeDeviceInfo.java33 CommandResult commandResult = device.executeShellV2Command("grep memory /proc/cgroups"); in collectMemCG() local
52 CommandResult commandResult = device.executeShellV2Command( in collectMGLRU() local
67 CommandResult commandResult = device.executeShellV2Command("cat /proc/self/maps"); in collectDeviceInfo() local
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/
DPackageManagerShellCommandInstallTest.java401 String commandResult = executeShellCommand(command); in testAppInstallErr() local
415 String commandResult = executeShellCommand("pm " + mInstall + " -t -g -S " + file.length(), in testAppInstallStdInErr() local
438 String commandResult = in testGetPackageStorageStats() local
755 String commandResult = executeShellCommand( in testAppInstallErrDuplicate() local
2684 final String commandResult = executeShellCommand("pm install-create " + arg); in createSession() local
2727 final String commandResult = executeShellCommand("pm list packages"); in isAppInstalled() local
2736 final String commandResult = executeShellCommand("pm list sdks"); in isSdkInstalled() local
2769 final String commandResult = executeShellCommand("pm dump " + packageName); in getSplits() local
2923 final String commandResult = executeShellCommand("dumpsys package " + packageName); in getOldCodePaths() local
DPackageManagerShellCommandMultiUserTest.kt601 var commandResult = PackageManagerShellCommandInstallTest.executeShellCommand( in testGrantPermissionToSecondaryUser() variable
DChecksumsTest.java1631 final String commandResult = in isPackagePresent() local
1639 final String commandResult = executeShellCommand("pm dump " + packageName); in getAppCodePath() local
DPackageManagerShellCommandIncrementalTest.java1198 final String commandResult = executeShellCommand("pm dump-package " + packageName); in parsePackageDump() local
DPackageManagerTest.java2026 final String commandResult = in isPackagePresent() local
3850 final String commandResult = SystemUtil.runShellCommand("pm dump " + packageName); in getInstalledState() 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/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningBaseHostTest.java162 CommandResult commandResult = testDevice.executeShellV2Command(String.format( in isAppCloningBuildingBlockConfigEnabled() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1070 final String commandResult = in getEnabledSystemPackageNames() local