Home
last modified time | relevance | path

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

/cts/hostsidetests/backup/src/android/cts/backup/
DBaseBackupHostSideTest.java69 return executeDeviceShellCommand(getDevice(), command);
76 return executeDeviceShellCommand(getDevice(), command);
166 static InputStream executeDeviceShellCommand( in executeDeviceShellCommand() method in BaseBackupHostSideTest
/cts/hostsidetests/credentials/src/android/cts/credentials/backuprestore/
DCredentialManagerRestoreSettingsHostSideTest.java98 return executeDeviceShellCommand(getDevice(), command);
224 static InputStream executeDeviceShellCommand(ITestDevice device, String command) in executeDeviceShellCommand() method in CredentialManagerRestoreSettingsHostSideTest