Searched refs:stubEmulatorRequested (Results 1 – 2 of 2) sorted by relevance
284 public boolean stubEmulatorRequested() { in stubEmulatorRequested() method in DeviceSelectionOptions333 public void setStubEmulatorRequested(boolean stubEmulatorRequested) { in setStubEmulatorRequested() argument334 mStubEmulatorRequested = stubEmulatorRequested; in setStubEmulatorRequested()622 if ((emulatorRequested() || stubEmulatorRequested()) && !device.isEmulator()) { in checkDeviceTypeRequested()648 if (device.isEmulator() && (device instanceof StubDevice) && !stubEmulatorRequested()) { in checkDeviceTypeRequested()
83 public boolean stubEmulatorRequested(); in stubEmulatorRequested() method