Searched refs:stubEmulatorRequested (Results 1 – 2 of 2) sorted by relevance
268 public boolean stubEmulatorRequested() { in stubEmulatorRequested() method in DeviceSelectionOptions318 public void setStubEmulatorRequested(boolean stubEmulatorRequested) { in setStubEmulatorRequested() argument319 mStubEmulatorRequested = stubEmulatorRequested; in setStubEmulatorRequested()552 if ((emulatorRequested() || stubEmulatorRequested()) && !device.isEmulator()) { in checkDeviceTypeRequested()568 if (device.isEmulator() && (device instanceof StubDevice) && !stubEmulatorRequested()) { in checkDeviceTypeRequested()
77 public boolean stubEmulatorRequested(); in stubEmulatorRequested() method