Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DPbapServerProfile.java34 public class PbapServerProfile implements LocalBluetoothProfile { class
76 PbapServerProfile(Context context) { in PbapServerProfile() method in PbapServerProfile
DLocalBluetoothProfileManager.java99 private PbapServerProfile mPbapProfile;
204 mPbapProfile = new PbapServerProfile(mContext); in updateLocalProfiles()
205 addProfile(mPbapProfile, PbapServerProfile.NAME, in updateLocalProfiles()
422 public PbapServerProfile getPbapProfile(){ in getPbapProfile()
DCachedBluetoothDevice.java173 PbapServerProfile PbapProfile = mProfileManager.getPbapProfile(); in disconnect()
800 if (BluetoothUuid.containsAnyUuid(uuids, PbapServerProfile.PBAB_CLIENT_UUIDS)) { in processPhonebookAccess()