Searched refs:setDeviceState (Results 1 – 9 of 9) sorted by relevance
591 mMockTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testSetIDevice()592 mMockTestDevice.setDeviceState(TestDeviceState.ONLINE); in testSetIDevice()622 mMockTestDevice.setDeviceState(TestDeviceState.ONLINE); in testInit_excludeDevice()651 mMockTestDevice.setDeviceState(TestDeviceState.ONLINE); in testInit_includeDevice()679 mMockTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testSetState_disconnected()695 mMockTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testSetState_offline()939 mMockTestDevice.setDeviceState(TestDeviceState.ONLINE); in setCheckAvailableDeviceExpectations()963 mMockTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testFreeDevice_tcpDevice()1034 device.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testFreeDevice_unavailable()1095 device.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testFreeDevice_recovery()[all …]
326 mRecoveryTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastboot()347 mRecoveryTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastbootNonalpha()369 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastbootFail()988 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testExecuteFastbootCommand_state()1009 mTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testExecuteFastbootCommand_state()1017 mTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testExecuteFastbootCommand_state()
127 mockDevice.setDeviceState(TestDeviceState.FASTBOOT); in testUpdateFastbootState()149 mockDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in testUpdateFastbootState_gone()
2778 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetMacAddress_fastboot()
79 testDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in createDevice()86 testDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in createDevice()99 testDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in createDevice()116 testDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in createDevice()134 testDevice.setDeviceState(TestDeviceState.FASTBOOTD); in createDevice()136 testDevice.setDeviceState(TestDeviceState.FASTBOOT); in createDevice()139 testDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in createDevice()
698 managedDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE); in freeDevice()1201 testDevice.setDeviceState(newState); in deviceChanged()1241 testDevice.setDeviceState(newState); in deviceConnected()1285 d.setDeviceState(TestDeviceState.NOT_AVAILABLE); in deviceDisconnected()
148 d.setDeviceState(state);151 d.setDeviceState(TestDeviceState.NOT_AVAILABLE);
3754 public void setDeviceState(final TestDeviceState deviceState) { in setDeviceState() method in NativeDevice
56 public void setDeviceState(TestDeviceState deviceState); in setDeviceState() method