/tools/tradefederation/core/remote/src/com/android/tradefed/device/ |
D | DeviceAllocationEventHandler.java | 54 return DeviceAllocationState.Available; in handleDeviceEvent() 82 return DeviceAllocationState.Available; in handleDeviceEvent() 88 return DeviceAllocationState.Available; in handleDeviceEvent() 122 return DeviceAllocationState.Available; in handleDeviceEvent() 146 return DeviceAllocationState.Available; in handleDeviceEvent() 148 return DeviceAllocationState.Available; in handleDeviceEvent() 176 return DeviceAllocationState.Available; in handleDeviceEvent()
|
D | DeviceAllocationState.java | 27 Available(new AvailableHandler()), enumConstant
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceUtilStatsMonitorTest.java | 65 DeviceAllocationState.Available)); in testOnlyAvailable() 98 …t(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList(DeviceAllocationState.Available)); in testExceededSamples() 99 …t(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList(DeviceAllocationState.Available)); in testExceededSamples()
|
D | DeviceManagerTest.java | 319 .andReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testAllocateDevice_stubEmulator() 338 .andReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testFreeDevice_emulator() 347 .andReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testFreeDevice_emulator() 374 .andReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testAllocateDevice_nullDevice() 408 .andReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testAllocateDevice_fastboot() 435 .andReturn(DeviceAllocationState.Available); in testForceAllocateDevice_available() 470 .andReturn(new DeviceEventResponse(DeviceAllocationState.Available, true)); in testFreeDevice() 504 .andReturn(DeviceAllocationState.Available); in testSetIDevice() 793 DeviceDescriptor availDevice1 = createDeviceDesc("aaa", DeviceAllocationState.Available); in testSortDeviceList() 794 DeviceDescriptor availDevice2 = createDeviceDesc("bbb", DeviceAllocationState.Available); in testSortDeviceList() [all …]
|
D | MockDeviceManager.java | 205 DeviceAllocationState.Allocated, DeviceAllocationState.Available); in freeDevice() 260 mDvcMon.notifyDeviceStateChange(d.getSerialNumber(), DeviceAllocationState.Available, in allocateDevice()
|
D | TestDeviceTest.java | 1948 assertEquals(DeviceAllocationState.Available, mTestDevice.getAllocationState()); in testHandleAllocationEvent() 1954 assertEquals(DeviceAllocationState.Available, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | InstrumentationPreparerTest.java | 78 false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", "unknown", in testRun() 106 "SERIAL", false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", in testRun_testFailed()
|
D | SdkAvdPreparerTest.java | 155 false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", "unknown", in testSetUp_noAvdName() 184 false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", "unknown", in testSetUp_failedBoot() 210 false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", "unknown", in testSetUp_failedCreateAvd()
|
D | DeviceFlashPreparerTest.java | 185 new DeviceDescriptor("SERIAL", false, DeviceAllocationState.Available, "unknown", in testSetup_buildError()
|
D | KernelFlashPreparerTest.java | 207 false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", "unknown", in testSetup_builderror()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
D | RemoteManagerFuncTest.java | 202 DeviceAllocationState.Available, in testListDevices() 231 assertEquals(DeviceAllocationState.Available, returnedDevices.get(0).getState()); in testListDevices()
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 37 Available cmds:
|
/tools/repohooks/tools/ |
D | pylintrc | 102 # Set the output format. Available formats are text, parseable, colorized, msvs 167 # Spelling dictionary name. Available dictionaries: none. To make it working
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceManager.java | 389 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 205 mFakeDescriptor = new DeviceDescriptor(SERIAL, false, DeviceAllocationState.Available, in setUp()
|