Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTimeouts.java42 public long getRetryBluetoothConnectAudioBackoffMillis(ContentResolver cr) { in getRetryBluetoothConnectAudioBackoffMillis() method in Timeouts.Adapter
43 return Timeouts.getRetryBluetoothConnectAudioBackoffMillis(cr); in getRetryBluetoothConnectAudioBackoffMillis()
154 public static long getRetryBluetoothConnectAudioBackoffMillis(ContentResolver contentResolver) { in getRetryBluetoothConnectAudioBackoffMillis() method in Timeouts
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java87 when(mTimeoutsAdapter.getRetryBluetoothConnectAudioBackoffMillis( in testConnectHfpRetryWhileNotConnected()
144 when(mTimeoutsAdapter.getRetryBluetoothConnectAudioBackoffMillis( in testConnectHfpRetryWhileConnectedToAnotherDevice()
223 when(mTimeoutsAdapter.getRetryBluetoothConnectAudioBackoffMillis( in resetMocks()
DBluetoothRouteTransitionTests.java364 when(mTimeoutsAdapter.getRetryBluetoothConnectAudioBackoffMillis( in setupStateMachine()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java668 mTimeoutsAdapter.getRetryBluetoothConnectAudioBackoffMillis( in connectBtAudio()