Searched refs:DISCONNECTED (Results 1 – 11 of 11) sorted by relevance
/tools/tradefederation/core/remote/src/com/android/tradefed/device/ |
D | DeviceAllocationEventHandler.java | 93 case DISCONNECTED: in handleDeviceEvent() 122 case DISCONNECTED: in handleDeviceEvent() 176 case DISCONNECTED: in handleDeviceEvent() 201 case DISCONNECTED: in handleDeviceEvent()
|
D | DeviceEvent.java | 26 DISCONNECTED, enumConstant
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | ManagedDeviceListTest.java | 121 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent() 125 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in testHandleDeviceEvent() 158 when(mockDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)).thenReturn(der); in testUpdateFastbootState_gone()
|
D | DeviceManagerTest.java | 500 when(mMockTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)) in testSetIDevice() 591 when(mMockTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)) in testSetState_disconnected()
|
D | TestDeviceTest.java | 2851 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)); in testHandleAllocationEvent()
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/ |
D | StartStopClientConnectionsTest.py | 26 DISCONNECTED = "Disconnected" variable 192 self.ssid, self.security_type, DISCONNECTED,
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | IWifiHelper.java | 32 COMPLETED, SCANNING, DISCONNECTED, OTHER; enumConstant
|
D | ManagedDeviceList.java | 222 handleDeviceEvent(d, DeviceEvent.DISCONNECTED);
|
D | DeviceManager.java | 1394 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in deviceDisconnected()
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | Sl4aBluetoothUtilTest.java | 302 BluetoothConnectionState.DISCONNECTED.getState(), in testDisconnect_success() 308 BluetoothConnectionState.DISCONNECTED.getState(), in testDisconnect_success() 314 BluetoothConnectionState.DISCONNECTED.getState(), in testDisconnect_success() 320 BluetoothConnectionState.DISCONNECTED.getState(), in testDisconnect_success()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Sl4aBluetoothUtil.java | 147 DISCONNECTED(0), enumConstant 452 primary, address, BluetoothConnectionState.DISCONNECTED, profiles); in disconnect()
|