Home
last modified time | relevance | path

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

/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/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandTest.java207 String commandResult = executeShellCommand(command); in testAppInstallErr() local
221 String commandResult = executeShellCommand("pm " + mInstall + " -t -g -S " + file.length(), in testAppInstallStdInErr() local
478 String commandResult = executeShellCommand( in testAppInstallErrDuplicate() local
585 final String commandResult = executeShellCommand("pm install-create " + arg); in createSession() local
628 final String commandResult = executeShellCommand("pm list packages"); in isAppInstalled() local
635 final String commandResult = executeShellCommand("pm dump " + packageName); in getSplits() local
DPackageManagerShellCommandIncrementalTest.java937 final String commandResult = executeShellCommand("pm list packages"); in isAppInstalled() local
960 final String commandResult = executeShellCommand("pm dump " + packageName); in parsePackageDump() local
DChecksumsTest.java1291 final String commandResult = executeShellCommand("pm list packages"); in isAppInstalled() local
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestAbiOverride.java137 String commandResult = getDevice().executeShellCommand("pm dump " + testPackageName); in getPackageAbi() local
/cts/tests/tests/media/src/android/media/cts/
DMediaSession2Test.java317 Session2Command.Result commandResult = new Session2Command.Result(resultCode, null); in testBroadcastSessionCommand() local
502 Session2Command.Result commandResult = new Session2Command.Result(resultCode, resultData); in testCallback_onCommandResult() local
741 Session2Command.Result commandResult = in onSessionCommand() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1735 final String commandResult = in getEnabledSystemPackageNames() local