Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java231 abstract interface DeviceAction { interface in NativeDevice
249 protected class AdbAction implements DeviceAction {
294 protected class AdbShellAction implements DeviceAction {
330 protected class RebootDeviceAction implements DeviceAction {
719 DeviceAction action = new DeviceAction() { in executeShellCommand()
738 DeviceAction action = new DeviceAction() { in executeShellCommand()
760 DeviceAction action = in executeShellCommand()
761 new DeviceAction() { in executeShellCommand()
895 DeviceAction runTestsAction = in runInstrumentationTests()
896 new DeviceAction() { in runInstrumentationTests()
[all …]
DTestDevice.java162 DeviceAction installAction = in internalInstallPackage()
163 new DeviceAction() { in internalInstallPackage()
288 DeviceAction installAction = in installPackage()
289 new DeviceAction() { in installPackage()
360 DeviceAction uninstallAction = new DeviceAction() { in uninstallPackage()
392 DeviceAction installAction = in internalInstallPackages()
393 new DeviceAction() { in internalInstallPackages()
552 DeviceAction installAction = in internalInstallRemotePackages()
553 new DeviceAction() { in internalInstallRemotePackages()
668 private class ScreenshotAction implements DeviceAction {
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java4121 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot_failure()
4141 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot()