Home
last modified time | relevance | path

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

/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerBackupTest.java137 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()
DBaseShortcutManagerHostTest.java91 protected String executeShellCommandWithLog(String command) throws DeviceNotAvailableException { in executeShellCommandWithLog() method in BaseShortcutManagerHostTest