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.java121 final long disabledProfilesBitMask = Settings.Global.getLong(resolver, in isProfileDisabled() local
125 return (disabledProfilesBitMask & profileBit) != 0; in isProfileDisabled()