Home
last modified time | relevance | path

Searched refs:mRequestedType (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java111 private DeviceRequestedType mRequestedType = null; field in DeviceSelectionOptions
274 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 …]