Home
last modified time | relevance | path

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

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