Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DPbapServerProfile.java37 public class PbapServerProfile implements LocalBluetoothProfile { class
81 PbapServerProfile(Context context) { in PbapServerProfile() method in PbapServerProfile
DLocalBluetoothProfileManager.java106 private PbapServerProfile mPbapProfile;
221 mPbapProfile = new PbapServerProfile(mContext); in updateLocalProfiles()
222 addProfile(mPbapProfile, PbapServerProfile.NAME, in updateLocalProfiles()
542 public PbapServerProfile getPbapProfile(){ in getPbapProfile()
DCachedBluetoothDevice.java377 PbapServerProfile PbapProfile = mProfileManager.getPbapProfile(); in disconnect()
1194 if (BluetoothUuid.containsAnyUuid(uuids, PbapServerProfile.PBAB_CLIENT_UUIDS)) { in processPhonebookAccess()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java1843 mShadowBluetoothAdapter.setUuids(PbapServerProfile.PBAB_CLIENT_UUIDS); in onUuidChanged_bluetoothClassIsNull_shouldNotCrash()
1844 when(mDevice.getUuids()).thenReturn(PbapServerProfile.PBAB_CLIENT_UUIDS); in onUuidChanged_bluetoothClassIsNull_shouldNotCrash()