Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java73 private static final ProfileConfig[] PROFILE_SERVICES_AND_FLAGS = { field in Config
127 ArrayList<Class> profiles = new ArrayList<>(PROFILE_SERVICES_AND_FLAGS.length); in init()
128 for (ProfileConfig config : PROFILE_SERVICES_AND_FLAGS) { in init()
160 for (ProfileConfig config : PROFILE_SERVICES_AND_FLAGS) { in getProfileMask()