Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java179 final long disabledProfilesBitMask = in isProfileDisabled() local
182 return (disabledProfilesBitMask & profileMask) != 0; in isProfileDisabled()