Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java150 long profileBit = 1 << profileIndex; in isProfileDisabled() local
152 return (disabledProfilesBitMask & profileBit) != 0; in isProfileDisabled()