Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java329 if (isPaired(primary, secondary)) { in pair()
404 if (!isPaired(primary, secondary)) { in connect()
625 if (isPaired(primary, secondary)) { in waitUntilPaired()
633 private boolean isPaired(ITestDevice primary, ITestDevice secondary) in isPaired() method in Sl4aBluetoothUtil