Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java44 private boolean mTcpDeviceRequested = false; field in MockDeviceManager
123 mTcpDeviceRequested = true; in setNumDevicesStub()
255 if (mTcpDeviceRequested) { in allocateDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java105 private boolean mTcpDeviceRequested = false; field in DeviceSelectionOptions
294 return mTcpDeviceRequested; in tcpDeviceRequested()
346 mTcpDeviceRequested = tcpDeviceRequested; in setTcpDeviceRequested()