Searched refs:stubEmulatorRequested (Results 1 – 2 of 2) sorted by relevance
217 public boolean stubEmulatorRequested() { in stubEmulatorRequested() method in DeviceSelectionOptions243 public void setStubEmulatorRequested(boolean stubEmulatorRequested) { in setStubEmulatorRequested() argument244 mStubEmulatorRequested = stubEmulatorRequested; in setStubEmulatorRequested()393 if ((emulatorRequested() || stubEmulatorRequested()) && !device.isEmulator()) { in matches()399 if (device.isEmulator() && (device instanceof StubDevice) && !stubEmulatorRequested()) { in matches()
73 public boolean stubEmulatorRequested(); in stubEmulatorRequested() method