Searched refs:ProfileConfig (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | Config.java | 58 private static class ProfileConfig { class in Config 63 ProfileConfig(Class theClass, int supportedFlag, long mask) { in ProfileConfig() method in Config.ProfileConfig 73 private static final ProfileConfig[] PROFILE_SERVICES_AND_FLAGS = { 76 new ProfileConfig(A2dpService.class, R.bool.profile_supported_a2dp, 82 new ProfileConfig(PanService.class, R.bool.profile_supported_pan, 84 new ProfileConfig(GattService.class, R.bool.profile_supported_gatt, 92 new ProfileConfig(AvrcpControllerService.class, 95 new ProfileConfig(SapService.class, R.bool.profile_supported_sap, 107 new ProfileConfig(HearingAidService.class, 128 for (ProfileConfig config : PROFILE_SERVICES_AND_FLAGS) { in init() [all …]
|