Searched refs:mDeviceState (Results 1 – 3 of 3) sorted by relevance
54 private TestDeviceState mDeviceState = TestDeviceState.ONLINE; field in BackgroundDeviceActionTest60 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()
33 private final DeviceState mDeviceState; // Ddmlib updated state. field in DeviceDescriptor188 mDeviceState = deviceState; in DeviceDescriptor()295 return mDeviceState; in getDeviceState()
53 private TestDeviceState mDeviceState; field in NativeDeviceStateMonitor86 mDeviceState = TestDeviceState.getStateByDdms(device.getState()); in NativeDeviceStateMonitor()499 return mDeviceState; in getDeviceState()611 mDeviceState = deviceState; in setState()