Home
last modified time | relevance | path

Searched refs:Available (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DDeviceAllocationEventHandler.java54 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()
DDeviceAllocationState.java27 Available(new AvailableHandler()), enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceUtilStatsMonitorTest.java65 DeviceAllocationState.Available)); in testOnlyAvailable()
98 …t(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList(DeviceAllocationState.Available)); in testExceededSamples()
99 …t(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList(DeviceAllocationState.Available)); in testExceededSamples()
DDeviceManagerTest.java319 .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 …]
DMockDeviceManager.java205 DeviceAllocationState.Allocated, DeviceAllocationState.Available); in freeDevice()
260 mDvcMon.notifyDeviceStateChange(d.getSerialNumber(), DeviceAllocationState.Available, in allocateDevice()
DTestDeviceTest.java1948 assertEquals(DeviceAllocationState.Available, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
1954 assertEquals(DeviceAllocationState.Available, mTestDevice.getAllocationState()); in testHandleAllocationEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstrumentationPreparerTest.java78 false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", "unknown", in testRun()
106 "SERIAL", false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", in testRun_testFailed()
DSdkAvdPreparerTest.java155 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()
DDeviceFlashPreparerTest.java185 new DeviceDescriptor("SERIAL", false, DeviceAllocationState.Available, "unknown", in testSetup_buildError()
DKernelFlashPreparerTest.java207 false, DeviceAllocationState.Available, "unknown", "unknown", "unknown", "unknown", in testSetup_builderror()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java202 DeviceAllocationState.Available, in testListDevices()
231 assertEquals(DeviceAllocationState.Available, returnedDevices.get(0).getState()); in testListDevices()
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS37 Available cmds:
/tools/repohooks/tools/
Dpylintrc102 # 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/
DDeviceManager.java389 if (r.stateChanged && r.allocationState == DeviceAllocationState.Available) { in checkAndAddAvailableDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java205 mFakeDescriptor = new DeviceDescriptor(SERIAL, false, DeviceAllocationState.Available, in setUp()