History log of /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapServerProfile.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
44de3a076d8903078c96e6b38564a16832996310 02-May-2018 ryanywlin <ryanywlin@google.com> Add Bluetooth callback for device connection state changed

With the new Multi-A2DP/HFP support, need to add profile connection state
changed callback for every BT device connect/disconnect to profile.

Bug: 76447449
Test: make RunSettingsLibRoboTests ROBOTEST_FILTER=LocalBluetoothProfileManagerTest -j28
Test: make RunSettingsLibRoboTests ROBOTEST_FILTER=BluetoothEventManagerTest -j28
Change-Id: Iaaec369e8d10f9b1270491632fb5c91de1e28571
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapServerProfile.java
155738ee1ff2dc3633166f44857c0ea26b5dc8e8 18-Dec-2017 Pavlin Radoslavov <pavlin@google.com> Removed executable flag for Java source files

Test: Code compilation
Change-Id: Ibfb57c6af54ace94eb9f9915471738f2f09ca70a
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapServerProfile.java
fef6d81156f0b8ec8ff639526cbe5ee3752b6524 09-Dec-2017 Hansong Zhang <hsz@google.com> Make BluetoothPbap implement BluetoothProfile (1/3)

* BluetoothPbap will implement BluetoothProfile to be consistent with
other profiles
* Changed the method names to match the BluetoothProfile method
signatures
* Removed doesClassMatchSink() as it is never used
* Disable default DEBUG logs

Test: test with carkits
Bug: 69417672
Change-Id: I0766188f77468808d7505780c781f5fd8608af60
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapServerProfile.java
f3cc317c56b03b4b28895566bd7db0503ea28e36 04-May-2017 Antony Sargent <asargent@google.com> Add a new Bluetooth device details page

Bug: 35877479
Test: none

This adds a metrics event code for the new page, and removes the final
keyword from some classes to facilitate robolectric tests.

Change-Id: Ia0ae93840f7f12dd57101e7aba9360c210f15a03
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapServerProfile.java
08c7116ab9cd04ad6dd3c04aa1017237e7f409ac 28-Feb-2015 John Spurlock <jspurlock@google.com> Remove unused imports in frameworks/base.

Change-Id: I031443de83f93eb57a98863001826671b18f3b17
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapServerProfile.java
7ce96b9e610de2782ec5f2af806e7bc0f90c8578 02-Feb-2015 Jason Monk <jmonk@google.com> Move non-ui bt settings code to SettingsLib

Mostly this is moving classes from Settings to SettingsLib but there
were a few changes to support this separation.
- A bunch of things became public rather than package
- Moved some settings only code out of these classes
- Added error callback to handle errors

To see the changes from original classes view the diff against
patch-set 1.

Bug: 19180466
Change-Id: I69fd888362c6dbb325f6113b32c4b15cc6a23a41
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/PbapServerProfile.java