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.java287 abstract interface DeviceAction { interface in NativeDevice
307 protected class AdbAction implements DeviceAction {
361 protected class AdbShellAction implements DeviceAction {
410 protected class RebootDeviceAction implements DeviceAction {
970 DeviceAction action = new DeviceAction() { in executeShellCommand()
989 DeviceAction action = new DeviceAction() { in executeShellCommand()
1011 DeviceAction action = in executeShellCommand()
1012 new DeviceAction() { in executeShellCommand()
1208 DeviceAction runTestsAction = in runInstrumentationTests()
1209 new DeviceAction() { in runInstrumentationTests()
[all …]
DTestDevice.java254 DeviceAction installAction = in internalInstallPackage()
255 new DeviceAction() { in internalInstallPackage()
539 DeviceAction installAction = in installPackage()
540 new DeviceAction() { in installPackage()
646 DeviceAction uninstallAction = in uninstallPackage()
689 DeviceAction installAction = in internalInstallPackages()
690 new DeviceAction() { in internalInstallPackages()
855 DeviceAction installAction = in internalInstallRemotePackages()
856 new DeviceAction() { in internalInstallRemotePackages()
967 private class ScreenshotAction implements DeviceAction {
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java5284 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot_failure()
5303 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot()