Searched refs:stubEmulatorRequested (Results 1 – 2 of 2) sorted by relevance
270 public boolean stubEmulatorRequested() { in stubEmulatorRequested() method in DeviceSelectionOptions324 public void setStubEmulatorRequested(boolean stubEmulatorRequested) { in setStubEmulatorRequested() argument325 mStubEmulatorRequested = stubEmulatorRequested; in setStubEmulatorRequested()558 if ((emulatorRequested() || stubEmulatorRequested()) && !device.isEmulator()) { in checkDeviceTypeRequested()574 if (device.isEmulator() && (device instanceof StubDevice) && !stubEmulatorRequested()) { in checkDeviceTypeRequested()
77 public boolean stubEmulatorRequested(); in stubEmulatorRequested() method