Searched refs:mRequestedType (Results 1 – 1 of 1) sorted by relevance
113 private DeviceRequestedType mRequestedType = null; field in DeviceSelectionOptions260 if (mRequestedType != null) { in emulatorRequested()261 return mRequestedType.equals(DeviceRequestedType.LOCAL_EMULATOR); in emulatorRequested()271 if (mRequestedType != null) { in stubEmulatorRequested()272 return mRequestedType.equals(DeviceRequestedType.LOCAL_EMULATOR); in stubEmulatorRequested()282 if (mRequestedType != null) { in nullDeviceRequested()283 return mRequestedType.equals(DeviceRequestedType.NULL_DEVICE); in nullDeviceRequested()291 if (mRequestedType != null) { in tcpDeviceRequested()292 return mRequestedType.equals(DeviceRequestedType.TCP_DEVICE); in tcpDeviceRequested()300 if (mRequestedType != null) { in gceDeviceRequested()[all …]