/tools/tradefederation/core/remote/src/com/android/tradefed/device/ |
D | DeviceAllocationEventHandler.java | 54 return DeviceAllocationState.Available; in handleDeviceEvent() 56 return DeviceAllocationState.Available; in handleDeviceEvent() 84 return DeviceAllocationState.Available; in handleDeviceEvent() 90 return DeviceAllocationState.Available; in handleDeviceEvent() 125 return DeviceAllocationState.Available; in handleDeviceEvent() 149 return DeviceAllocationState.Available; in handleDeviceEvent() 151 return DeviceAllocationState.Available; in handleDeviceEvent() 179 return DeviceAllocationState.Available; in handleDeviceEvent()
|
D | DeviceAllocationState.java | 27 Available(new AvailableHandler()), enumConstant
|
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/ |
D | ClusterHostUtilTest.java | 103 DeviceAllocationState.Available, in testGetDefaultRunTarget() 120 DeviceAllocationState.Available, in testGetDefaultRunTargetWithSameProductAndProductVariant() 137 DeviceAllocationState.Available, in testSimpleConstantRunTargetMatchPattern() 154 DeviceAllocationState.Available, in testDeviceTagRunTargetMatchPattern_simple() 173 DeviceAllocationState.Available, in testDeviceTagRunTargetMatchPattern_missingSerial() 191 DeviceAllocationState.Available, in testInvalidRunTargetMetachPattern() 216 DeviceAllocationState.Available, in testSupportedRunTargetMatchPattern() 241 DeviceAllocationState.Available, in testSupportedRunTargetMatchPattern_unknownProperty() 264 DeviceAllocationState.Available, in testSupportedRunTargetMatchPattern_productAndStub() 276 DeviceAllocationState.Available, in testSupportedRunTargetMatchPattern_productAndStub() [all …]
|
D | ClusterCommandSchedulerTest.java | 321 deviceList.add(createDevice("product1", "variant1", DeviceAllocationState.Available)); 322 deviceList.add(createDevice("product2", "variant2", DeviceAllocationState.Available)); 324 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Available)); 343 deviceList.add(createDevice("product1", "variant1", DeviceAllocationState.Available)); 344 deviceList.add(createDevice("product2", "variant2", DeviceAllocationState.Available)); 346 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Available)); 367 "127.0.0.1:101", "product1", "variant1", DeviceAllocationState.Available)); 370 "127.0.0.1:102", "product1", "variant1", DeviceAllocationState.Available)); 372 deviceList.add(createDevice("product3", "variant3", DeviceAllocationState.Available)); 425 createDevice("s1", "product1", "variant1", DeviceAllocationState.Available); [all …]
|
D | ClusterDeviceMonitorTest.java | 89 DeviceAllocationState.Available, in setUp()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/ |
D | RunConfigDeviceRecoveryTest.java | 88 when(mMockTestDevice.getAllocationState()).thenReturn(DeviceAllocationState.Available); in testRecoverDevice_offline() 105 when(mMockTestDevice.getAllocationState()).thenReturn(DeviceAllocationState.Available); in testRecoverDevice_fastboot() 118 when(mMockTestDevice.getAllocationState()).thenReturn(DeviceAllocationState.Available); in testRecoverDevice_run()
|
D | UsbResetRunConfigRecoveryTest.java | 66 doReturn(DeviceAllocationState.Available).when(mockDevice).getAllocationState(); in testShouldSkip_available()
|
D | UsbResetMultiDeviceRecoveryTest.java | 98 when(mDevice.getAllocationState()).thenReturn(DeviceAllocationState.Available); in testRecover_available()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | DeviceManagerTest.java | 301 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testAllocateDevice_match_temporary() 335 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testAllocateDevice_stubEmulator() 373 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testFreeDevice_emulator() 383 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testFreeDevice_emulator() 412 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testAllocateDevice_nullDevice() 464 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testFreeDevice() 497 when(mMockTestDevice.getAllocationState()).thenReturn(DeviceAllocationState.Available); in testSetIDevice() 793 DeviceDescriptor availDevice1 = createDeviceDesc("aaa", DeviceAllocationState.Available); in testSortDeviceList() 794 DeviceDescriptor availDevice2 = createDeviceDesc("bbb", DeviceAllocationState.Available); in testSortDeviceList() 849 .thenReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in setCheckAvailableDeviceExpectations() [all …]
|
D | MockDeviceManager.java | 212 DeviceAllocationState.Available, in allocateDevice() 226 DeviceAllocationState.Available); in freeDevice() 359 DeviceAllocationState.Available, in getDeviceDescriptor()
|
/tools/tradefederation/core/javatests/com/android/tradefed/service/management/ |
D | DeviceManagementGrpcServerTest.java | 85 descriptors.add(createDescriptor("serial1", DeviceAllocationState.Available)); in testGetDevicesStatus() 134 .thenReturn(createDescriptor("serial1", DeviceAllocationState.Available)) in testReserveAndRelease_freeDevice() 182 .thenReturn(createDescriptor("serial1", DeviceAllocationState.Available)) in testReserveAndRelease_notFreeDevice() 243 .thenReturn(createDescriptor("serial1", DeviceAllocationState.Available)); in testReserve_cancelledBeforeReserved() 260 .thenReturn(createDescriptor("serial1", DeviceAllocationState.Available)); in testReserve_cancelledAfterReserved()
|
/tools/dexter/testdata/expected/ |
D | method_handles.method_handle_extract_one_asm | 4 Available experiments:
|
D | method_handles.method_handle_extract_two_asm | 4 Available experiments:
|
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/ |
D | UsbResetRunConfigRecovery.java | 40 if (!res && DeviceAllocationState.Available.equals(device.getAllocationState())) { in shouldSkip()
|
D | UsbResetMultiDeviceRecovery.java | 125 && !DeviceAllocationState.Available.equals(state); in shouldReset()
|
/tools/test/graphicsbenchmark/ |
D | README | 16 Available options include:
|
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | InstrumentationPreparerTest.java | 119 DeviceAllocationState.Available, in testRun_testFailed()
|
D | DeviceFlashPreparerTest.java | 234 DeviceAllocationState.Available, in testSetup_buildError()
|
D | GsiDeviceFlashPreparerTest.java | 78 DeviceAllocationState.Available, in setUp()
|
/tools/tradefederation/core/javatests/com/android/tradefed/monitoring/ |
D | LabResourceDeviceMonitorTest.java | 65 DeviceAllocationState.Available,
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 37 Available cmds:
|
/tools/tradefederation/core/src/com/android/tradefed/service/management/ |
D | DeviceManagementGrpcServer.java | 272 case Available: in allocationStateToReservation()
|
/tools/repohooks/tools/ |
D | pylintrc | 113 # Set the output format. Available formats are text, parseable, colorized, msvs 181 # Spelling dictionary name. Available dictionaries: none. To make it working
|
/tools/acloud/ |
D | README.md | 38 Available commands:
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceManager.java | 466 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice() 810 if (!device.getAllocationState().equals(DeviceAllocationState.Available)) { in executeCmdOnAvailableDevice()
|