diff options
| author | Etienne Ruffieux <eruffieux@google.com> | 2021-10-13 10:46:12 +0000 |
|---|---|---|
| committer | Etienne Ruffieux <eruffieux@google.com> | 2021-10-15 14:41:32 +0000 |
| commit | e8f2077feec8c548dbc2c6d08016b76edcc56eb8 (patch) | |
| tree | 1380972156f537526b3258de8ae4f2426c29ba45 /core/java/android/bluetooth/BluetoothDevice.java | |
| parent | 53e8b03baeaaa1b619f2947453aef96725ff21f3 (diff) | |
Removed BluetoothDevice#prepareToEnterProcess
Tag: #feature
Bug: 200202780
Test: manual
Change-Id: I8d4be1da1bcb5b819c324f1a3a89c7dc317c31d6
Diffstat (limited to 'core/java/android/bluetooth/BluetoothDevice.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothDevice.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java index c71fcc637cb9..9caeb297ace3 100644 --- a/core/java/android/bluetooth/BluetoothDevice.java +++ b/core/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) { |
