Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DBackgroundDeviceActionTest.java54 private TestDeviceState mDeviceState = TestDeviceState.ONLINE; field in BackgroundDeviceActionTest
60 mDeviceState = TestDeviceState.ONLINE; in setUp()
95 when(mMockTestDevice.getDeviceState()).thenReturn(mDeviceState); in testBackgroundAction_shellException()
108 mDeviceState = TestDeviceState.NOT_AVAILABLE; in testBackgroundAction_shellException()
122 assertEquals(TestDeviceState.NOT_AVAILABLE, mDeviceState); in testBackgroundAction_shellException()
133 when(mMockTestDevice.getDeviceState()).thenReturn(mDeviceState); in testwaitForDeviceRecovery_online()
160 mDeviceState = TestDeviceState.NOT_AVAILABLE; in testwaitForDeviceRecovery_blockOffline()
161 when(mMockTestDevice.getDeviceState()).thenReturn(mDeviceState); in testwaitForDeviceRecovery_blockOffline()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DDeviceDescriptor.java33 private final DeviceState mDeviceState; // Ddmlib updated state. field in DeviceDescriptor
188 mDeviceState = deviceState; in DeviceDescriptor()
295 return mDeviceState; in getDeviceState()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java53 private TestDeviceState mDeviceState; field in NativeDeviceStateMonitor
86 mDeviceState = TestDeviceState.getStateByDdms(device.getState()); in NativeDeviceStateMonitor()
499 return mDeviceState; in getDeviceState()
611 mDeviceState = deviceState; in setState()