Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesController.java176 PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in onPreferenceClick()
204 final PbapServerProfile psp = mManager.getProfileManager().getPbapProfile(); in getProfiles()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesControllerTest.java293 when(mProfileManager.getPbapProfile()).thenReturn(psp); in pbapProfileStartsEnabled()
316 when(mProfileManager.getPbapProfile()).thenReturn(psp); in pbapProfileStartsDisabled()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java428 public PbapServerProfile getPbapProfile(){ in getPbapProfile() method in LocalBluetoothProfileManager
H A DCachedBluetoothDevice.java273 PbapServerProfile PbapProfile = mProfileManager.getPbapProfile(); in disconnect()