Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java102 private boolean mIsActiveDeviceA2dp = false; field in CachedBluetoothDevice
565 changed = (mIsActiveDeviceA2dp != isActive); in onActiveDeviceChanged()
566 mIsActiveDeviceA2dp = isActive; in onActiveDeviceChanged()
602 return mIsActiveDeviceA2dp; in isActiveDevice()
691 mIsActiveDeviceA2dp = mDevice.equals(a2dpProfile.getActiveDevice()); in fetchActiveDevices()
1016 || (mIsActiveDeviceA2dp && !isOnCall)) { in getConnectionSummary()
1106 if (mIsActiveDeviceA2dp && mIsActiveDeviceHeadset) { in getCarConnectionSummary()
1109 if (mIsActiveDeviceA2dp) { in getCarConnectionSummary()