Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java58 return DeviceAllocationState.Unknown; in handleDeviceEvent()
123 return DeviceAllocationState.Unknown; in handleDeviceEvent()
153 return DeviceAllocationState.Unknown; in handleDeviceEvent()
177 return DeviceAllocationState.Unknown; in handleDeviceEvent()
202 return DeviceAllocationState.Unknown; in handleDeviceEvent()
DDeviceAllocationState.java23 Unknown(new UnknownHandler()), enumConstant
/tools/dexter/testdata/expected/
Dmethod_handles.method_handle_extract_one_asm2 Unknown experiment 'ExampleJavaJniFuzzer'
Dmethod_handles.method_handle_extract_two_asm2 Unknown experiment 'com/example/ExampleJavaHelper'
Dmedium.compact_cfg28726 17| const-string/jumbo v4, "Unknown attendee response "
28839 56| const-string/jumbo v3, "Unknown attendee response "
53639 19| const-string/jumbo v3, "Unknown hover event action. "
87049 449| const-string/jumbo v8, "Unknown event type:"
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DManagedDeviceListTest.java157 DeviceEventResponse der = new DeviceEventResponse(DeviceAllocationState.Unknown, true); in testUpdateFastbootState_gone()
DDeviceManagerTest.java310 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Unknown, true)); in testAllocateDevice_match_temporary()
680 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Unknown, false)); in testConnectToTcpDevice_notOnline()
698 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Unknown, true)); in testConnectToTcpDevice_connectFailed()
727 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Unknown, true)); in testDisconnectFromTcpDevice()
778 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Unknown, true)); in testReconnectDeviceToTcp_notOnline()
DTestDeviceTest.java2837 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
2852 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
2858 assertEquals(DeviceAllocationState.Unknown, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecoveryTest.java165 when(mDevice.getAllocationState()).thenReturn(DeviceAllocationState.Unknown); in testRecover_notConnected()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedDeviceList.java383 if (r != null && r.allocationState == DeviceAllocationState.Unknown) {
DNativeDevice.java242 private DeviceAllocationState mAllocationState = DeviceAllocationState.Unknown;
/tools/tradefederation/core/src/com/android/tradefed/service/management/
DDeviceManagementGrpcServer.java283 case Unknown: in allocationStateToReservation()
/tools/tradefederation/core/javatests/com/android/tradefed/service/management/
DDeviceManagementGrpcServerTest.java88 descriptors.add(createDescriptor("serial4", DeviceAllocationState.Unknown)); in testGetDevicesStatus()
/tools/netsim/cmake/
Dnetsim_dependencies.cmake119 message(FATAL_ERROR "Unknown target!")
/tools/netsim/proto/netsim/
Dmodel.proto47 // Unknown Chip Kind
/tools/metalava/
DFORMAT.md135 <td>Unknown nullability
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dfailure_details.proto175 // Unknown interrupt. Avoid using this code, instead use INTERRUPTED.