Searched refs:emulatorRequested (Results 1 – 2 of 2) sorted by relevance
257 public boolean emulatorRequested() { in emulatorRequested() method in DeviceSelectionOptions311 public void setEmulatorRequested(boolean emulatorRequested) { in setEmulatorRequested() argument312 mEmulatorRequested = emulatorRequested; in setEmulatorRequested()552 if ((emulatorRequested() || stubEmulatorRequested()) && !device.isEmulator()) { in checkDeviceTypeRequested()
66 public boolean emulatorRequested(); in emulatorRequested() method