Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java235 private MapClientService mMapClientService; field in AdapterService
909 if (mMapClientService != null && mMapClientService.getConnectionPolicy(device) in isAnyProfileEnabled()
969 if (mMapClientService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectEnabledProfiles()
971 && mMapClientService.getConnectionPolicy(device) in connectEnabledProfiles()
974 mMapClientService.connect(device); in connectEnabledProfiles()
1031 mMapClientService = MapClientService.getMapClientService(); in initProfileServices()
2437 if (mMapClientService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectAllEnabledProfiles()
2440 mMapClientService.setConnectionPolicy(device, in connectAllEnabledProfiles()
2510 if (mMapClientService != null && mMapClientService.getConnectionState(device) in disconnectAllEnabledProfiles()
2513 mMapClientService.disconnect(device); in disconnectAllEnabledProfiles()