aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothDevice.java
diff options
context:
space:
mode:
authorEtienne Ruffieux <eruffieux@google.com>2021-10-13 10:46:12 +0000
committerEtienne Ruffieux <eruffieux@google.com>2021-10-15 14:41:32 +0000
commit39639385f90678e97aa6848ae3b43de6bfb3b49e (patch)
tree4c5a6a6ccc6dc55a1e815b97d8d3721ca4419975 /framework/java/android/bluetooth/BluetoothDevice.java
parent68e41e54ff587aa4d6976b57f91c2c71dda03227 (diff)
Removed BluetoothDevice#prepareToEnterProcess
Tag: #feature Bug: 200202780 Test: manual Change-Id: I8d4be1da1bcb5b819c324f1a3a89c7dc317c31d6
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothDevice.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothDevice.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/java/android/bluetooth/BluetoothDevice.java b/framework/java/android/bluetooth/BluetoothDevice.java
index c71fcc637c..9caeb297ac 100644
--- a/framework/java/android/bluetooth/BluetoothDevice.java
+++ b/framework/java/android/bluetooth/BluetoothDevice.java
@@ -1186,11 +1186,6 @@ public final class BluetoothDevice implements Parcelable, Attributable {
mAttributionSource = attributionSource;
}
- /** {@hide} */
- public void prepareToEnterProcess(@NonNull AttributionSource attributionSource) {
- setAttributionSource(attributionSource);
- }
-
@Override
public boolean equals(@Nullable Object o) {
if (o instanceof BluetoothDevice) {