Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java158 final long disabledProfilesBitMask = in isProfileDisabled() local
161 return (disabledProfilesBitMask & profileMask) != 0; in isProfileDisabled()