Searched refs:emulatorRequested (Results 1 – 2 of 2) sorted by relevance
72 public boolean emulatorRequested(); in emulatorRequested() method
273 public boolean emulatorRequested() { in emulatorRequested() method in DeviceSelectionOptions326 public void setEmulatorRequested(boolean emulatorRequested) { in setEmulatorRequested() argument327 mEmulatorRequested = emulatorRequested; in setEmulatorRequested()622 if ((emulatorRequested() || stubEmulatorRequested()) && !device.isEmulator()) { in checkDeviceTypeRequested()