Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java126 if (supported && !isProfileDisabled(ctx, config.mMask)) { in init()
156 private static boolean isProfileDisabled(Context context, long profileMask) { in isProfileDisabled() method in Config