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.java87 if (supported && !isProfileDisabled(ctx, PROFILE_SERVICES[i])) { in init()
112 private static boolean isProfileDisabled(Context context, Class profile) { in isProfileDisabled() method in Config