Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java85 private DeviceSelectionOptions mDeviceSelections; field in DeviceManagerTest
198 mDeviceSelections = in setUp()
205 when(mMockGlobalConfig.getDeviceRequirements()).thenReturn(mDeviceSelections); in setUp()
275 assertNotNull(manager.allocateDevice(mDeviceSelections)); in testAllocateDevice()
283 mDeviceSelections.addSerial(DEVICE_SERIAL); in testAllocateDevice_match()
289 assertEquals(mMockTestDevice, manager.allocateDevice(mDeviceSelections, false)); in testAllocateDevice_match()
297 mDeviceSelections.setNullDeviceRequested(true); in testAllocateDevice_match_temporary()
298 mDeviceSelections.addSerial(DEVICE_SERIAL); in testAllocateDevice_match_temporary()
313 assertEquals(mMockTestDevice, manager.allocateDevice(mDeviceSelections, true)); in testAllocateDevice_match_temporary()
333 mDeviceSelections.setStubEmulatorRequested(true); in testAllocateDevice_stubEmulator()
[all …]