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