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.java210 abstract interface DeviceAction { interface in NativeDevice
228 protected class AdbAction implements DeviceAction {
254 protected class AdbShellAction implements DeviceAction {
415 DeviceAction propAction = new DeviceAction() { in getProperty()
607 DeviceAction action = new DeviceAction() { in executeShellCommand()
626 DeviceAction action = new DeviceAction() { in executeShellCommand()
648 DeviceAction action = in executeShellCommand()
649 new DeviceAction() { in executeShellCommand()
716 DeviceAction runTestsAction = in runInstrumentationTests()
717 new DeviceAction() { in runInstrumentationTests()
[all …]
DTestDevice.java130 DeviceAction installAction = in internalInstallPackage()
131 new DeviceAction() { in internalInstallPackage()
242 DeviceAction installAction = in installPackage()
243 new DeviceAction() { in installPackage()
303 DeviceAction uninstallAction = new DeviceAction() { in uninstallPackage()
352 private class ScreenshotAction implements DeviceAction {
662 DeviceAction rebootAction = new DeviceAction() { in doAdbReboot()
692 private class DumpPkgAction implements DeviceAction {
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java3181 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot_failure()
3201 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot()