Searched refs:mDeviceSelections (Results 1 – 1 of 1) sorted by relevance
85 private DeviceSelectionOptions mDeviceSelections; field in DeviceManagerTest198 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 …]