Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTimeouts.java46 public long getBluetoothPendingTimeoutMillis(ContentResolver cr) { in getBluetoothPendingTimeoutMillis() method in Timeouts.Adapter
47 return Timeouts.getBluetoothPendingTimeoutMillis(cr); in getBluetoothPendingTimeoutMillis()
145 public static long getBluetoothPendingTimeoutMillis(ContentResolver contentResolver) { in getBluetoothPendingTimeoutMillis() method in Timeouts
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteManagerTest.java225 when(mTimeoutsAdapter.getBluetoothPendingTimeoutMillis( in resetMocks()
DBluetoothRouteTransitionTests.java366 when(mTimeoutsAdapter.getBluetoothPendingTimeoutMillis( in setupStateMachine()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java226 mTimeoutsAdapter.getBluetoothPendingTimeoutMillis( in enter()