summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothDevice.java
Commit message (Expand)AuthorAgeFilesLines
...
* | Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* | Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-6/+6
|\|
| * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-6/+6
| * Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-311-21/+33
| |\
* | \ Merge "Do not log sensitive information in AudioService."TreeHugger Robot2020-08-011-0/+12
|\ \ \
| * | | Do not log sensitive information in AudioService.jiabin2020-07-311-0/+12
* | | | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-291-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-291-2/+2
| |\| | | | |/ | |/|
| | * Update language to comply with Android's inclusive language guidanceAlice Kuo2020-07-291-2/+2
| | * Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth Sy...Rahul Sabnis2020-03-211-17/+15
* | | Bluetooth: Add pairing initiator extraMyles Watson2020-06-131-0/+20
|/ /
* | Merge "Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluet...Rahul Sabnis2020-03-211-17/+15
|\ \
| * | Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth Sy...Rahul Sabnis2020-03-211-17/+15
| * | Add error code for BluetoothDevice#getBatteryLevel to representRahul Sabnis2020-03-201-7/+17
* | | Merge "Add error code for BluetoothDevice#getBatteryLevel to represent Blueto...Automerger Merge Worker2020-03-101-7/+17
|\ \ \ | | |/ | |/|
| * | Merge "Add error code for BluetoothDevice#getBatteryLevel to represent Blueto...Treehugger Robot2020-03-101-7/+17
| |\ \
| | * | Add error code for BluetoothDevice#getBatteryLevel to representRahul Sabnis2020-03-061-7/+17
| * | | Merge "Update BluetoothDevice SystemApi permissions and disallow passing a nu...Automerger Merge Worker2020-03-041-17/+13
| |\ \ \
| | * | | Update BluetoothDevice SystemApi permissions and disallow passing a nullRahul Sabnis2020-03-031-17/+13
| | |/ /
* | | | Merge "Update BluetoothDevice SystemApi permissions and disallow passing a nu...Automerger Merge Worker2020-03-031-17/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Update BluetoothDevice SystemApi permissions and disallow passing a nullRahul Sabnis2020-03-021-17/+13
* | | | Merge "Sanitize Bluetooth device names without regex" am: 6bd37ba788 am: b8f0...Automerger Merge Worker2020-03-011-1/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge "Sanitize Bluetooth device names without regex" am: 6bd37ba788Automerger Merge Worker2020-03-011-1/+5
| |\|
| | * Sanitize Bluetooth device names without regexDan Sandler2020-02-281-1/+5
* | | Binder cache for Bluetooth getBondState()Lee Shombert2020-02-191-3/+33
* | | Merge "Add privileged permission to SystemApi BluetoothDevice#setAlias" am: 7...Automerger Merge Worker2020-02-021-1/+1
|\| |
| * | Merge "Add privileged permission to SystemApi BluetoothDevice#setAlias" am: 7...Automerger Merge Worker2020-02-011-1/+1
| |\|
| | * Merge "Add privileged permission to SystemApi BluetoothDevice#setAlias"Treehugger Robot2020-02-011-1/+1
| | |\
| | | * Add privileged permission to SystemApi BluetoothDevice#setAliasRahul Sabnis2020-01-301-1/+1
* | | | Merge "Revert value of BluetoothDevice.ACTION_ALIAS_CHANGED back to android.b...Automerger Merge Worker2020-02-011-1/+3
|\| | |
| * | | Merge "Revert value of BluetoothDevice.ACTION_ALIAS_CHANGED back to android.b...Automerger Merge Worker2020-02-011-1/+3
| |\| |
| | * | Revert value of BluetoothDevice.ACTION_ALIAS_CHANGED back toRahul Sabnis2020-01-311-1/+3
| | |/
* | | Merge "Bluetooth LE COC: Delete unused testing API" am: 25983a0972 am: dfe027...Automerger Merge Worker2020-01-251-22/+0
|\| |
| * | Merge "Bluetooth LE COC: Delete unused testing API"Hansong Zhang2020-01-241-22/+0
| |\|
| | * Bluetooth LE COC: Delete unused testing APIHansong Zhang2020-01-241-22/+0
| | * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-101-1/+1
| * | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* | | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | | Merge "Resolve BluetoothDevice hidden API usages by Settings" am: ce656f7754 ...Automerger Merge Worker2019-12-121-57/+70
|\| |
| * | Merge "Resolve BluetoothDevice hidden API usages by Settings" am: ce656f7754 ...Automerger Merge Worker2019-12-121-57/+70
| |\|
| | * Resolve BluetoothDevice hidden API usages by SettingsRahul Sabnis2019-12-111-57/+70
* | | Merge changes from topics "merge BT bond", "parameterize BT enable", "remove ...Zach Johnson2019-12-061-32/+3
|\| |
| * | Merge changes from topics "merge BT bond", "parameterize BT enable", "remove ...Zach Johnson2019-12-061-32/+3
| |\|
| | * Collapse the implementations of BluetoothDevice.createBondZach Johnson2019-11-261-32/+3
| |/ |/|
| * DO NOT MERGE Revert "Merge "Revert "Re-add getAliasName to fix build breakage...Rahul Sabnis2019-11-191-0/+18
|/
* Revert "Re-add getAliasName to fix build breakage"Rahul Sabnis2019-11-181-18/+0
* Re-add getAliasName to fix build breakageRahul Sabnis2019-11-161-0/+18
* Refactor methods to access/modify BluetoothDevice alias and nameRahul Sabnis2019-11-141-28/+13
* Merge "Document public alternatives to greylisted APIs" am: 3647eb620bAndrei-Valentin Onea2019-06-191-3/+4
|\
| * Document public alternatives to greylisted APIsAndrei Onea2019-06-171-3/+4