Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java93 private MapProfile mMapProfile; field in LocalBluetoothProfileManager
167 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()