Searched refs:ProfileConfig (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 52 private static class ProfileConfig { class in Config 57 ProfileConfig(Class theClass, int supportedFlag, long mask) { in ProfileConfig() method in Config.ProfileConfig 67 private static final ProfileConfig[] PROFILE_SERVICES_AND_FLAGS = { 68 new ProfileConfig(HeadsetService.class, R.bool.profile_supported_hs_hfp, 70 new ProfileConfig(A2dpService.class, R.bool.profile_supported_a2dp, 72 new ProfileConfig(A2dpSinkService.class, R.bool.profile_supported_a2dp_sink, 74 new ProfileConfig(HidHostService.class, R.bool.profile_supported_hid_host, 76 new ProfileConfig(PanService.class, R.bool.profile_supported_pan, 78 new ProfileConfig(GattService.class, R.bool.profile_supported_gatt, 80 new ProfileConfig(BluetoothMapService.class, R.bool.profile_supported_map, [all …]
|