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.java99 private MapProfile mMapProfile; field in LocalBluetoothProfileManager
177 if (mMapProfile == null && supportedList.contains(BluetoothProfile.MAP)) { in updateLocalProfiles()
179 mMapProfile = new MapProfile(mContext, mDeviceManager, this); in updateLocalProfiles()
180 addProfile(mMapProfile, MapProfile.NAME, BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
547 return mMapProfile; in getMapProfile()
681 if ((mMapProfile != null) && in updateProfiles()
682 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) { in updateProfiles()
683 profiles.add(mMapProfile); in updateProfiles()
684 removedProfiles.remove(mMapProfile); in updateProfiles()
685 mMapProfile.setEnabled(device, true); in updateProfiles()