Searched refs:mRequestedType (Results 1 – 1 of 1) sorted by relevance
111 private DeviceRequestedType mRequestedType = null; field in DeviceSelectionOptions274 if (mRequestedType != null) { in emulatorRequested()275 return mRequestedType.equals(DeviceRequestedType.LOCAL_EMULATOR); in emulatorRequested()285 if (mRequestedType != null) { in stubEmulatorRequested()286 return mRequestedType.equals(DeviceRequestedType.LOCAL_EMULATOR); in stubEmulatorRequested()296 if (mRequestedType != null) { in nullDeviceRequested()297 return mRequestedType.equals(DeviceRequestedType.NULL_DEVICE); in nullDeviceRequested()305 if (mRequestedType != null) { in gceDeviceRequested()306 return mRequestedType.equals(DeviceRequestedType.GCE_DEVICE); in gceDeviceRequested()316 return DeviceRequestedType.REMOTE_DEVICE.equals(mRequestedType); in remoteDeviceRequested()[all …]