Home
last modified time | relevance | path

Searched refs:DISCONNECTED (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java93 case DISCONNECTED: in handleDeviceEvent()
122 case DISCONNECTED: in handleDeviceEvent()
176 case DISCONNECTED: in handleDeviceEvent()
201 case DISCONNECTED: in handleDeviceEvent()
DDeviceEvent.java26 DISCONNECTED, enumConstant
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DManagedDeviceListTest.java121 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()
DDeviceManagerTest.java500 when(mMockTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)) in testSetIDevice()
591 when(mMockTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)) in testSetState_disconnected()
DTestDeviceTest.java2851 assertNotNull(mTestDevice.handleAllocationEvent(DeviceEvent.DISCONNECTED)); in testHandleAllocationEvent()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DStartStopClientConnectionsTest.py26 DISCONNECTED = "Disconnected" variable
192 self.ssid, self.security_type, DISCONNECTED,
/tools/tradefederation/core/src/com/android/tradefed/device/
DIWifiHelper.java32 COMPLETED, SCANNING, DISCONNECTED, OTHER; enumConstant
DManagedDeviceList.java222 handleDeviceEvent(d, DeviceEvent.DISCONNECTED);
DDeviceManager.java1394 mManagedDeviceList.handleDeviceEvent(d, DeviceEvent.DISCONNECTED); in deviceDisconnected()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java302 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/
DSl4aBluetoothUtil.java147 DISCONNECTED(0), enumConstant
452 primary, address, BluetoothConnectionState.DISCONNECTED, profiles); in disconnect()