Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java48 NULL_DEVICE(NullDevice.class), enumConstant
297 return mRequestedType.equals(DeviceRequestedType.NULL_DEVICE); in nullDeviceRequested()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java712 .setDeviceTypeRequested(DeviceRequestedType.NULL_DEVICE); in createRemoteConfig()