Home
last modified time | relevance | path

Searched refs:Unknown (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java56 return DeviceAllocationState.Unknown; in handleDeviceEvent()
120 return DeviceAllocationState.Unknown; in handleDeviceEvent()
150 return DeviceAllocationState.Unknown; in handleDeviceEvent()
174 return DeviceAllocationState.Unknown; in handleDeviceEvent()
196 return DeviceAllocationState.Unknown; in handleDeviceEvent()
DDeviceAllocationState.java23 Unknown(new UnknownHandler()), enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedDeviceListTest.java142 DeviceEventResponse der = new DeviceEventResponse(DeviceAllocationState.Unknown, true); in testUpdateFastbootState_gone()
DDeviceManagerTest.java684 new DeviceEventResponse(DeviceAllocationState.Unknown, false)); in testConnectToTcpDevice_notOnline()
702 .andReturn(new DeviceEventResponse(DeviceAllocationState.Unknown, true)); in testConnectToTcpDevice_connectFailed()
728 new DeviceEventResponse(DeviceAllocationState.Unknown, true)); in testDisconnectFromTcpDevice()
779 new DeviceEventResponse(DeviceAllocationState.Unknown, true)); in testReconnectDeviceToTcp_notOnline()
DTestDeviceTest.java1942 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
1957 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
1963 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedDeviceList.java258 if (r != null && r.allocationState == DeviceAllocationState.Unknown) {
DNativeDevice.java200 private DeviceAllocationState mAllocationState = DeviceAllocationState.Unknown;