Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java603 private BluetoothDevice mMostRecentlyReportedActiveDevice = null; field in BluetoothRouteManager
785 if (device != null) mMostRecentlyReportedActiveDevice = device; in onActiveDeviceChanged()
797 return mMostRecentlyReportedActiveDevice; in getMostRecentlyReportedActiveDevice()
1151 + " recently reported active device: %s", mMostRecentlyReportedActiveDevice);
1152 return mMostRecentlyReportedActiveDevice;