Searched defs:CONNECT_PROXY_TIMEOUT (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java56 private static final int CONNECT_PROXY_TIMEOUT = 5000; field in class:BluetoothTestUtils
1463 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1468 while (mHeadset == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1473 while (mInput == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1478 while (mPan == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {

Completed in 74 milliseconds