Searched refs:PbapServerProfile (Results 1 – 4 of 4) sorted by relevance
37 public class PbapServerProfile implements LocalBluetoothProfile { class81 PbapServerProfile(Context context) { in PbapServerProfile() method in PbapServerProfile
106 private PbapServerProfile mPbapProfile;221 mPbapProfile = new PbapServerProfile(mContext); in updateLocalProfiles()222 addProfile(mPbapProfile, PbapServerProfile.NAME, in updateLocalProfiles()542 public PbapServerProfile getPbapProfile(){ in getPbapProfile()
377 PbapServerProfile PbapProfile = mProfileManager.getPbapProfile(); in disconnect()1194 if (BluetoothUuid.containsAnyUuid(uuids, PbapServerProfile.PBAB_CLIENT_UUIDS)) { in processPhonebookAccess()
1843 mShadowBluetoothAdapter.setUuids(PbapServerProfile.PBAB_CLIENT_UUIDS); in onUuidChanged_bluetoothClassIsNull_shouldNotCrash()1844 when(mDevice.getUuids()).thenReturn(PbapServerProfile.PBAB_CLIENT_UUIDS); in onUuidChanged_bluetoothClassIsNull_shouldNotCrash()