Searched refs:executeShellCommandWithLog (Results 1 – 2 of 2) sorted by relevance
137 executeShellCommandWithLog( in doBackup()140 executeShellCommandWithLog("dumpsys backup"); in doBackup()144 executeShellCommandWithLog( in doBackup()149 executeShellCommandWithLog("bmgr backupnow android")); in doBackup()158 executeShellCommandWithLog("bmgr restore 1 android")); in doRestore()
91 protected String executeShellCommandWithLog(String command) throws DeviceNotAvailableException { in executeShellCommandWithLog() method in BaseShortcutManagerHostTest