Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java113 private boolean mIsActiveDeviceA2dp = false; field in CachedBluetoothDevice
715 changed = (mIsActiveDeviceA2dp != isActive); in onActiveDeviceChanged()
716 mIsActiveDeviceA2dp = isActive; in onActiveDeviceChanged()
764 return mIsActiveDeviceA2dp; in isActiveDevice()
856 mIsActiveDeviceA2dp = mDevice.equals(a2dpProfile.getActiveDevice()); in fetchActiveDevices()
1201 || (mIsActiveDeviceA2dp && !isOnCall) in getConnectionSummary()
1351 if (mIsActiveDeviceA2dp && mIsActiveDeviceHeadset) { in getCarConnectionSummary()
1354 if (mIsActiveDeviceA2dp) { in getCarConnectionSummary()