Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java600 private BluetoothDevice mHfpActiveDeviceCache = null; field in BluetoothRouteManager
780 mHfpActiveDeviceCache = device; in onActiveDeviceChanged()
803 mHfpActiveDeviceCache != null; in hasBtActiveDevice()
1042 if (mHfpActiveDeviceCache != null) {
1043 return mHfpActiveDeviceCache.getAddress();
1265 mHfpActiveDeviceCache = device; in setActiveDeviceCacheForTesting()