Searched refs:mDeviceSelection (Results 1 – 3 of 3) sorted by relevance
47 private DeviceSelectionOptions mDeviceSelection; field in DeviceSelectionOptionsTest74 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 …]
45 private IDeviceSelection mDeviceSelection = new DeviceSelectionOptions(); field in DeviceConfigurationHolder93 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()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...