Home
last modified time | relevance | path

Searched refs:executeShellCommand (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DSdCardEjectionTests.kt91 val response = device.executeShellCommand("am start -n $TEST_PKG_NAME/.TestActivity") in launchActivity()
145 val existingDisks = device.executeShellCommand("sm list-disks adoptable").lines() in initializeVirtualDisk()
146 val existingVolumes = device.executeShellCommand("sm list-volumes private").lines() in initializeVirtualDisk()
147 device.executeShellCommand("sm set-virtual-disk true") in initializeVirtualDisk()
150 device.executeShellCommand("sm list-disks adoptable") in initializeVirtualDisk()
157 device.executeShellCommand("sm partition $diskId private") in initializeVirtualDisk()
164 device.executeShellCommand("sm list-volumes private") in retrieveNewVolume()
180 device.executeShellCommand("sm set-virtual-disk false") in removeVirtualDisk()
182 !device.executeShellCommand("sm list-volumes").contains("ejecting") in removeVirtualDisk()
189 device.executeShellCommand("mkdir $codePath/oat") in movePackage()
[all …]
DSystemStubMultiUserDisableUninstallTest.kt349 device.executeShellCommand("pm uninstall-system-updates $TEST_PKG_NAME") in <lambda>()
379 device.executeShellCommand("pm uninstall-system-updates $TEST_PKG_NAME") in <lambda>()
412 device.executeShellCommand("pm uninstall-system-updates $TEST_PKG_NAME") in <lambda>()
443 device.executeShellCommand("pm uninstall-system-updates $TEST_PKG_NAME") in <lambda>()
474 device.executeShellCommand("pm uninstall-system-updates $TEST_PKG_NAME") in <lambda>()
505 device.executeShellCommand("pm uninstall-system-updates $TEST_PKG_NAME") in <lambda>()
542 device.executeShellCommand("pm $command --user 0 $pkgName") in <lambda>()
546 device.executeShellCommand("pm $command --user $it $pkgName") in <lambda>()
555 device.executeShellCommand("pm uninstall --user 0 $pkgName") in <lambda>()
559 device.executeShellCommand("pm uninstall --user $it $pkgName") in <lambda>()
[all …]
DBootTest.kt61 device.executeShellCommand("pm uninstall -k $packageName") in uninstallPackageWithKeepData()
75 return "1" == device.executeShellCommand("getprop sys.boot_completed").trim() in isBootCompleted()
DHostUtils.kt93 device.executeShellCommand("dumpsys package $pkgName") in getDataDir()
129 ) = device.executeShellCommand("pm dump $pkgName") in packageSection()
140 device.executeShellCommand("pm dump $pkgName") in getCodePaths()
/frameworks/base/tests/BootImageProfileTest/src/com/android/bootimageprofile/
DBootImageProfileTest.java52 return mTestDevice.executeShellCommand("getprop dalvik.vm." + property).trim(); in getProperty()
58 return mTestDevice.executeShellCommand( in setProperty()
61 return mTestDevice.executeShellCommand( in setProperty()
79 String pid = mTestDevice.executeShellCommand("pidof " + pkg).trim(); in forceSaveProfile()
84 String res = mTestDevice.executeShellCommand("kill -s SIGUSR1 " + pid).trim(); in forceSaveProfile()
116 res = mTestDevice.executeShellCommand("stop"); in testSystemServerProfile()
118 res = mTestDevice.executeShellCommand("start"); in testSystemServerProfile()
140 res = mTestDevice.executeShellCommand("truncate -s 0 " + SYSTEM_SERVER_PROFILE).trim(); in testSystemServerProfile()
147 String s = mTestDevice.executeShellCommand( in testSystemServerProfile()
162 res = mTestDevice.executeShellCommand("profman --dump-only --profile-file=" in testSystemServerProfile()
[all …]
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DDeviceConfigServiceTest.java72 executeShellCommand("device_config put " + sNamespace + " " + sKey + " " + sValue); in testPut()
73 executeShellCommand("device_config put " + newNamespace + " " + sKey + " " + newValue); in testPut()
87 executeShellCommand("device_config put " + sKey + " " + sValue); in testPut_invalidArgs()
93 executeShellCommand( in testPut_invalidArgs()
112 executeShellCommand("device_config delete " + sNamespace + " " + sKey); in testDelete()
131 executeShellCommand("device_config delete " + sKey); in testDelete_invalidArgs()
137 executeShellCommand("device_config delete " + sNamespace + " " + sKey + " extra_arg"); in testDelete_invalidArgs()
148 executeShellCommand( in testReset()
151 executeShellCommand( in testReset()
157 executeShellCommand("device_config reset untrusted_defaults " + sNamespace); in testReset()
[all …]
DBaseSettingsProviderTest.java211 executeShellCommand("settings reset global " + modeString); in resetSettingsViaShell()
215 executeShellCommand("settings reset secure " + modeString); in resetSettingsViaShell()
232 executeShellCommand("settings reset global " + packageName + " " in resetToDefaultsViaShell()
237 executeShellCommand("settings reset secure " + packageName + " " in resetToDefaultsViaShell()
242 executeShellCommand("settings reset system " + packageName + " " in resetToDefaultsViaShell()
301 executeShellCommand("settings put global " + name + " " in setSettingViaShell()
308 executeShellCommand("settings put secure " + name + " " in setSettingViaShell()
314 executeShellCommand("settings put system " + name + " " in setSettingViaShell()
369 protected static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseSettingsProviderTest
371 .getUiAutomation().executeShellCommand(command).getFileDescriptor()); in executeShellCommand()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DWindowPerfTestBase.java56 executeShellCommand("input keyevent KEYCODE_WAKEUP"); in setUpOnce()
57 executeShellCommand("wm dismiss-keyguard"); in setUpOnce()
76 getUiAutomation().executeShellCommand("atrace -b 32768 --async_start " + tags); in startAsyncAtrace()
83 getUiAutomation().executeShellCommand("atrace --async_stop")); in stopAsyncAtraceWithStream()
89 executeShellCommand("mkdir -p " + basePath); in startProfiling()
94 executeShellCommand("am profile start " + samplingArg + " system " in startProfiling()
101 executeShellCommand("am profile stop system"); in stopProfiling()
118 public static ByteArrayOutputStream executeShellCommand(String command) { in executeShellCommand() method in WindowPerfTestBase
119 final ParcelFileDescriptor pfd = getUiAutomation().executeShellCommand(command); in executeShellCommand()
DWindowPerfRunPreconditionBase.java23 import static android.perftests.utils.WindowPerfTestBase.executeShellCommand;
72 value -> executeShellCommand(String.format("settings put global %s %d",
92 executeShellCommand("cmd overlay enable-exclusive --category " + navOverlay);
/frameworks/base/tests/RollbackTest/NetworkStagedRollbackTest/src/com/android/tests/rollback/host/
DNetworkStagedRollbackTest.java82 getDevice().executeShellCommand("svc wifi disable"); in testNetworkFailedRollback()
83 getDevice().executeShellCommand("svc data disable"); in testNetworkFailedRollback()
105 getDevice().executeShellCommand("svc wifi enable"); in testNetworkFailedRollback()
106 getDevice().executeShellCommand("svc data enable"); in testNetworkFailedRollback()
123 getDevice().executeShellCommand("svc wifi enable"); in testNetworkPassedDoesNotRollback()
124 getDevice().executeShellCommand("svc data enable"); in testNetworkPassedDoesNotRollback()
/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
DManagedProfileLifecycleStressTest.java58 getDevice().executeShellCommand("settings put global verifier_verify_adb_installs 0"); in testCreateStartDelete()
81 getDevice().executeShellCommand("settings put global verifier_verify_adb_installs 0"); in testCreateStartDeleteStable()
108 getDevice().executeShellCommand( in waitForBroadcastIdle()
123 final String output = getDevice().executeShellCommand( in createManagedProfile()
134 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner()
139 final String output = getDevice().executeShellCommand("pm remove-user " + userId).trim(); in removeUser()
144 final String output = getDevice().executeShellCommand("am start-user -w " + userId).trim(); in startUser()
/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
DStagedInstallInternalTest.java132 getDevice().executeShellCommand("rm -rf " + file); in deleteFiles()
196 final String sessionId = getDevice().executeShellCommand( in testAdbStagdReadyTimeoutFlagWorks()
211 final String sessionId = getDevice().executeShellCommand( in testAdbStagedInstallWaitsTillReadyByDefault()
227 final String sessionId = getDevice().executeShellCommand( in testAdbStagedReadyWaitCanBeSkipped()
244 output = getDevice().executeShellCommand("pm rollback-app " + SHIM_APEX_PACKAGE_NAME); in testAdbRollbackAppWaitsForStagedReady()
246 final String sessionId = getDevice().executeShellCommand( in testAdbRollbackAppWaitsForStagedReady()
265 String[] sessionIds = getDevice().executeShellCommand( in testAdbInstallMultiPackageCommandWorks()
269 sessionIds = getDevice().executeShellCommand( in testAdbInstallMultiPackageCommandWorks()
339 getDevice().executeShellCommand("mkdir /data/app-staging/session_123"); in testOrphanedStagingDirectoryGetsCleanedUpOnReboot()
340 getDevice().executeShellCommand("mkdir /data/app-staging/session_456"); in testOrphanedStagingDirectoryGetsCleanedUpOnReboot()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsImeTest.java73 executeShellCommand("settings put secure " + SHOW_IME_WITH_HARD_KEYBOARD + " 1"); in setUp()
79 executeShellCommand("settings put secure " in tearDown()
82 executeShellCommand("input keyevent --longpress POWER"); in tearDown()
83 executeShellCommand("input keyevent HOME"); in tearDown()
105 executeShellCommand("input keyevent --longpress POWER"); in testGlobalActions_doesntStealImeControl()
126 executeShellCommand("input keyevent KEYCODE_WAKEUP"); in turnScreenOn()
128 executeShellCommand("am wait-for-broadcast-idle"); in turnScreenOn()
152 private void executeShellCommand(String cmd) { in executeShellCommand() method in GlobalActionsImeTest
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsUserLifecycleTests.java124 final String dumpsys = executeShellCommand("dumpsys batterystats --checkin"); in getNumberOfUidsInBatteryStats()
144 executeShellCommand("dumpsys battery unplug"); in batteryOnScreenOff()
145 executeShellCommand("dumpsys batterystats enable pretend-screen-off"); in batteryOnScreenOff()
149 executeShellCommand("dumpsys battery reset"); in batteryOffScreenOn()
150 executeShellCommand("dumpsys batterystats disable pretend-screen-off"); in batteryOffScreenOn()
153 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in BatteryStatsUserLifecycleTests
155 InstrumentationRegistry.getInstrumentation()).executeShellCommand(cmd); in executeShellCommand()
/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DCujs.java38 mDevice.executeShellCommand("kill -10 " + pid); in run()
44 mDevice.executeShellCommand(command); in run()
DDevice.java36 public String executeShellCommand(String command) throws TestException { in executeShellCommand() method in Device
38 return mDevice.executeShellCommand(command); in executeShellCommand()
/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
DSystemPreparer.java171 device.executeShellCommand(String.format("cmd overlay %s %s", enable, packageName)); in setOverlayEnabled()
172 result = device.executeShellCommand("cmd overlay dump isenabled " in setOverlayEnabled()
185 packageName, device.executeShellCommand("cmd overlay list"))); in setOverlayEnabled()
207 device.executeShellCommand("stop"); in reboot()
208 device.executeShellCommand("start"); in reboot()
347 device.executeShellCommand(
368 device.executeShellCommand("disable-verity");
/frameworks/base/tests/utils/hostutils/src/com/android/tests/rollback/host/
DAbandonSessionsRule.java51 String output = device.executeShellCommand(cmdListReadySessions); in abandonSessions()
58 device.executeShellCommand("for i in $(" + cmdListReadySessions in abandonSessions()
/frameworks/base/core/tests/overlaytests/host/src/com/android/server/om/hosttest/
DInstallOverlayTests.java164 assertFalse(getDevice().executeShellCommand("cat /data/system/overlays.xml") in changesPersistedWhenUninstallingDisabledOverlay()
167 assertTrue(getDevice().executeShellCommand("cat /data/system/overlays.xml") in changesPersistedWhenUninstallingDisabledOverlay()
171 assertFalse(getDevice().executeShellCommand("cat /data/system/overlays.xml") in changesPersistedWhenUninstallingDisabledOverlay()
232 return getDevice().executeShellCommand(cmd); in shell()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/
DMultiWindowHelper.kt40 executeShellCommand(
45 executeShellCommand(instrumentation, resetMultiWindowConfigCommand)
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java328 getInstrumentation().getUiAutomation().executeShellCommand( in testMeasureStartUpTime()
510 executeShellCommand(String.format(COMPILE_CMD, compilerFilter, appPkgName)); in compileApp()
547 executeShellCommand(String.format(IORAP_COMPILE_CMD, appPkgName)); in compileAppForIorap()
608 executeShellCommand(IORAP_DUMPSYS_CMD); in logDumpsysIorapd()
627 executeShellCommand(IORAP_DUMPSYS_CMD); in waitForIorapCompiled()
765 .executeShellCommand(DROP_CACHE_SCRIPT)); in dropCache()
773 executeShellCommand("whoami"); in checkIfRoot()
786 .executeShellCommand("stop iorapd"); in stopIorapd()
795 .executeShellCommand("start iorapd"); in startIorapd()
832 .executeShellCommand(String.format(IORAP_MAINTENANCE_CMD, packageName)); in purgeIorapPackage()
[all …]
/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/
DStagedRollbackTest.java123 getDevice().executeShellCommand("rm -rf " + file); in deleteFiles()
254 getDevice().executeShellCommand(cmd); in startActivity()
276 pid = getDevice().executeShellCommand("pidof " + processName); in crashProcess()
278 getDevice().executeShellCommand("kill " + pid); in crashProcess()
/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
DBaseInstallMultiple.java91 String result = device.executeShellCommand(cmd.toString()); in run()
124 result = device.executeShellCommand(cmd.toString()); in run()
133 result = device.executeShellCommand(cmd.toString()); in run()
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
DAssistantAppHelper.kt71 uiDevice.executeShellCommand("input keyevent --longpress KEYCODE_POWER") in openUI()
73 uiDevice.executeShellCommand("cmd voiceinteraction show") in openUI()
/frameworks/base/core/tests/coretests/src/android/os/
DPowerManagerTest.java79 mUiDevice.executeShellCommand("cmd thermalservice override-status 0"); in setUp()
87 mUiDevice.executeShellCommand("cmd thermalservice reset"); in tearDown()
205 mUiDevice.executeShellCommand("cmd thermalservice override-status " in testGetThermalStatus()
225 mUiDevice.executeShellCommand("cmd thermalservice override-status " in testThermalStatusCallback()
242 mUiDevice.executeShellCommand("cmd thermalservice override-status " in testThermalStatusCallback()
259 mUiDevice.executeShellCommand("cmd thermalservice override-status " in testThermalStatusCallback()

123