Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/
DTestUtils.java249 public boolean waitForProfileConnect() { in waitForProfileConnect() method in TestUtils.BluetoothCtsServiceConnector
250 return waitForProfileConnect(PROXY_CONNECTION_TIMEOUT); in waitForProfileConnect()
264 public final boolean waitForProfileConnect(int timeoutMs) { in waitForProfileConnect() method in TestUtils.BluetoothCtsServiceConnector
265 return waitForProfileConnect(Duration.ofMillis(timeoutMs)); in waitForProfileConnect()
274 public boolean waitForProfileConnect(Duration timeout) { in waitForProfileConnect() method in TestUtils.BluetoothCtsServiceConnector