Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DBrowsablePlayerConnector.java45 private static final long CONNECT_TIMEOUT_MS = 10000; // Time in ms to wait for a connection field in BrowsablePlayerConnector
100 newConnector.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECT_TIMEOUT_MS); in connectToPlayers()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothA2dpConnector.java42 private static final int CONNECT_TIMEOUT_MS = 10000; field in BluetoothA2dpConnector
98 mHandler.sendEmptyMessageDelayed(MSG_CONNECT_TIMEOUT, CONNECT_TIMEOUT_MS);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothDeviceManagerTest.java68 private static final int CONNECT_TIMEOUT_MS = 8000; field in BluetoothDeviceManagerTest
810 verify(mDeviceList.get(0), timeout(CONNECT_TIMEOUT_MS).times(1)).connect(); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice()
814 verify(mDeviceList.get(1), timeout(CONNECT_TIMEOUT_MS).times(1)).connect(); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice()
818 verify(mDeviceList.get(2), timeout(CONNECT_TIMEOUT_MS).times(1)).connect(); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java53 static final int CONNECT_TIMEOUT_MS = 10000; field in A2dpSinkStateMachine
217 sendMessageDelayed(CONNECT_TIMEOUT, CONNECT_TIMEOUT_MS); in enter()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassConstants.java73 public static final int CONNECT_TIMEOUT_MS = 30000; field in BassConstants
DBassClientStateMachine.java215 device, svc, adapterService, looper, BassConstants.CONNECT_TIMEOUT_MS); in make()