Merge "Remove simulated device from "present" list when disassociated." into tm-dev am: 7dafec61d9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20860700 Change-Id: I9ac823b5120759a44bbc8e84663d76694698ffb7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -281,6 +281,7 @@ public class CompanionDevicePresenceMonitor implements AssociationStore.OnChange
|
||||
mConnectedBtDevices.remove(id);
|
||||
mNearbyBleDevices.remove(id);
|
||||
mReportedSelfManagedDevices.remove(id);
|
||||
mSimulated.remove(id);
|
||||
|
||||
// Do NOT call mCallback.onDeviceDisappeared()!
|
||||
// CompanionDeviceManagerService will know that the association is removed, and will do
|
||||
|
||||
Reference in New Issue
Block a user