Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DAudioRoute.java58 createRetry(type, bluetoothAddress, audioManager, MAX_CONNECTION_RETRIES); in create()
110 private static final int MAX_CONNECTION_RETRIES = 2; field in AudioRoute
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java127 private static final int MAX_CONNECTION_RETRIES = 2; field in BluetoothRouteManager
943 boolean shouldRetry = retryCount < MAX_CONNECTION_RETRIES; in connectBtAudio()
1023 boolean shouldRetry = retryCount < MAX_CONNECTION_RETRIES;