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.java285 private MapClientService mMapClientService; field in AdapterService
1043 if (mMapClientService != null && mMapClientService.getConnectionPolicy(device) in isAnyProfileEnabled()
1107 if (mMapClientService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectEnabledProfiles()
1109 && mMapClientService.getConnectionPolicy(device) in connectEnabledProfiles()
1112 mMapClientService.connect(device); in connectEnabledProfiles()
1169 mMapClientService = MapClientService.getMapClientService(); in initProfileServices()
2909 if (mMapClientService != null && isSupported(localDeviceUuids, remoteDeviceUuids, in connectAllEnabledProfiles()
2912 mMapClientService.setConnectionPolicy(device, in connectAllEnabledProfiles()
2983 if (mMapClientService != null && mMapClientService.getConnectionState(device) in disconnectAllEnabledProfiles()
2986 mMapClientService.disconnect(device); in disconnectAllEnabledProfiles()