Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java53 private static final Class[] PROFILE_SERVICES = { field in Config
96 ArrayList<Class> profiles = new ArrayList<Class>(PROFILE_SERVICES.length); in init()
99 if (supported && !isProfileDisabled(ctx, PROFILE_SERVICES[i])) { in init()
100 Log.d(TAG, "Adding " + PROFILE_SERVICES[i].getSimpleName()); in init()
101 profiles.add(PROFILE_SERVICES[i]); in init()