Home
last modified time | relevance | path

Searched refs:PBAP_CLIENT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DPbapClientProfile.java97 return BluetoothProfile.PBAP_CLIENT; in getProfileId()
105 new PbapClientServiceListener(), BluetoothProfile.PBAP_CLIENT); in PbapClientProfile()
203 BluetoothProfile.PBAP_CLIENT,mService); in finalize()
DLocalBluetoothProfileManager.java208 if (mPbapClientProfile == null && supportedList.contains(BluetoothProfile.PBAP_CLIENT)) { in updateLocalProfiles()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java177 int PBAP_CLIENT = 17; field
DBluetoothPbapClient.java52 new BluetoothProfileConnector(this, BluetoothProfile.PBAP_CLIENT,
DBluetoothAdapter.java2541 } else if (profile == BluetoothProfile.PBAP_CLIENT) { in getProfileProxy()
2621 case BluetoothProfile.PBAP_CLIENT: in closeProfileProxy()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DPbapClientProfileTest.java64 mServiceListener.onServiceConnected(BluetoothProfile.PBAP_CLIENT, mService); in setUp()