Searched refs:mMapProfile (Results 1 – 1 of 1) sorted by relevance
93 private MapProfile mMapProfile; field in LocalBluetoothProfileManager167 if (mMapProfile == null && supportedList.contains(BluetoothProfile.MAP)) { in updateLocalProfiles()169 mMapProfile = new MapProfile(mContext, mDeviceManager, this); in updateLocalProfiles()170 addProfile(mMapProfile, MapProfile.NAME, BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()428 return mMapProfile; in getMapProfile()527 if ((mMapProfile != null) && in updateProfiles()528 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) { in updateProfiles()529 profiles.add(mMapProfile); in updateProfiles()530 removedProfiles.remove(mMapProfile); in updateProfiles()531 mMapProfile.setEnabled(device, true); in updateProfiles()