Home
last modified time | relevance | path

Searched refs:getMostRecentlyReportedActiveDevice (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java921 BluetoothDevice activeDevice = mBluetoothRouteManager.getMostRecentlyReportedActiveDevice(); in isInbandRingingEnabled()
DBluetoothRouteManager.java796 public BluetoothDevice getMostRecentlyReportedActiveDevice() { in getMostRecentlyReportedActiveDevice() method in BluetoothRouteManager
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java752 when(mRouteManager.getMostRecentlyReportedActiveDevice()).thenReturn(device3); in testInBandRingingEnabledForLeDevice()