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.java106 private PbapServerProfile mPbapProfile; field in LocalBluetoothProfileManager
219 if (mPbapProfile == null && supportedList.contains(BluetoothProfile.PBAP)) { in updateLocalProfiles()
221 mPbapProfile = new PbapServerProfile(mContext); in updateLocalProfiles()
222 addProfile(mPbapProfile, PbapServerProfile.NAME, in updateLocalProfiles()
543 return mPbapProfile; in getPbapProfile()
688 if ((mPbapProfile != null) && in updateProfiles()
689 (mPbapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) { in updateProfiles()
690 profiles.add(mPbapProfile); in updateProfiles()
691 removedProfiles.remove(mPbapProfile); in updateProfiles()
692 mPbapProfile.setEnabled(device, true); in updateProfiles()