Home
last modified time | relevance | path

Searched refs:executeShellCommandSync (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBackupUtils.java62 public void executeShellCommandSync(String command) throws IOException { in executeShellCommandSync() method in BackupUtils
141 executeShellCommandSync("input keyevent KEYCODE_WAKEUP"); in wakeAndUnlockDevice()
142 executeShellCommandSync("wm dismiss-keyguard"); in wakeAndUnlockDevice()
301 executeShellCommandSync(String.format("bmgr --user %d activate %b", userId, activate)); in activateBackupForUser()