Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java153 private static class TestDeviceMatcher implements IMatcher<ITestDevice> { class in MockDeviceManager
159 public TestDeviceMatcher(IDeviceSelection deviceSelectionOptions) { in TestDeviceMatcher() method in MockDeviceManager.TestDeviceMatcher
208 ITestDevice d = mAvailableDeviceQueue.poll(new TestDeviceMatcher(options)); in allocateDevice()