Searched refs:Unknown (Results 1 – 7 of 7) sorted by relevance
56 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()
23 Unknown(new UnknownHandler()), enumConstant
142 DeviceEventResponse der = new DeviceEventResponse(DeviceAllocationState.Unknown, true); in testUpdateFastbootState_gone()
684 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()
1942 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()1957 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()1963 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
258 if (r != null && r.allocationState == DeviceAllocationState.Unknown) {
200 private DeviceAllocationState mAllocationState = DeviceAllocationState.Unknown;