Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java104 private PbapServerProfile mPbapProfile; field in LocalBluetoothProfileManager
210 if (mPbapProfile == null && supportedList.contains(BluetoothProfile.PBAP)) { in updateLocalProfiles()
212 mPbapProfile = new PbapServerProfile(mContext); in updateLocalProfiles()
213 addProfile(mPbapProfile, PbapServerProfile.NAME, in updateLocalProfiles()
512 return mPbapProfile; in getPbapProfile()
654 if ((mPbapProfile != null) && in updateProfiles()
655 (mPbapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) { in updateProfiles()
656 profiles.add(mPbapProfile); in updateProfiles()
657 removedProfiles.remove(mPbapProfile); in updateProfiles()
658 mPbapProfile.setEnabled(device, true); in updateProfiles()