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.java100 executeShellCommandWithLog( in doBackup()
105 executeShellCommandWithLog( in doBackup()
110 executeShellCommandWithLog("bmgr backupnow android")); in doBackup()
119 executeShellCommandWithLog("bmgr restore 1 android")); in doRestore()
DBaseShortcutManagerHostTest.java89 protected String executeShellCommandWithLog(String command) throws DeviceNotAvailableException { in executeShellCommandWithLog() method in BaseShortcutManagerHostTest