Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java303 private MapClientService mMapClientService; field in AdapterService
1789 if (mMapClientService != null in isAllProfilesUnknown()
1790 && mMapClientService.getConnectionPolicy(device) in isAllProfilesUnknown()
1890 if (mMapClientService != null in connectEnabledProfiles()
1892 && mMapClientService.getConnectionPolicy(device) in connectEnabledProfiles()
1895 mMapClientService.connect(device); in connectEnabledProfiles()
1986 mMapClientService = MapClientService.getMapClientService(); in initProfileServices()
5316 if (mMapClientService != null && isProfileSupported(device, BluetoothProfile.MAP_CLIENT)) { in connectAllSupportedProfiles()
5318 mMapClientService.setConnectionPolicy( in connectAllSupportedProfiles()
5441 if (mMapClientService != null in disconnectAllEnabledProfiles()
[all …]