Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java47 private DeviceSelectionOptions mDeviceSelection; field in DeviceSelectionOptionsTest
74 mDeviceSelection = in setUp()
189 assertEquals("legacy", mDeviceSelection.getDeviceProductVariant(mMockDevice));
201 assertEquals("legacy_omr1", mDeviceSelection.getDeviceProductVariant(mMockDevice));
213 assertEquals("variant", mDeviceSelection.getDeviceProductVariant(mMockDevice));
218 mDeviceSelection.addProductType(OTHER_DEVICE_TYPE);
224 assertFalse(mDeviceSelection.matches(mMockDevice));
229 mDeviceSelection.addProductType(DEVICE_TYPE);
238 assertTrue(mDeviceSelection.matches(mMockDevice));
247 mDeviceSelection.addProductType(DEVICE_TYPE);
[all …]
/tools/tradefederation/core/src/com/android/tradefed/config/
DDeviceConfigurationHolder.java45 private IDeviceSelection mDeviceSelection = new DeviceSelectionOptions(); field in DeviceConfigurationHolder
93 mDeviceSelection = (IDeviceSelection) config; in addSpecificConfig()
111 mDeviceSelection = null; in removeObjectType()
139 allObject.add(mDeviceSelection); in getAllObjects()
155 return Arrays.asList(mDeviceSelection); in getAllObjectOfType()
199 return mDeviceSelection; in getDeviceRequirements()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...