Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java156 private static boolean isProfileDisabled(Context context, long profileMask) { in isProfileDisabled() argument
161 return (disabledProfilesBitMask & profileMask) != 0; in isProfileDisabled()