Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java47 private static final int PAIR_UNPAIR_TIMEOUT = 20000; field in BluetoothTestUtils
811 while (System.currentTimeMillis() - s < PAIR_UNPAIR_TIMEOUT) { in pairOrAcceptPair()
873 while (System.currentTimeMillis() - s < PAIR_UNPAIR_TIMEOUT) { in unpair()