Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java283 mBluetoothUtil.setBtConnectionTimeout(Duration.ofSeconds(1)); in testConnect_success()
328 mBluetoothUtil.setBtConnectionTimeout(Duration.ofSeconds(1)); in testDisconnect_success()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java204 public void setBtConnectionTimeout(Duration timeout) { in setBtConnectionTimeout() method in Sl4aBluetoothUtil