commit | 7aaaa27463f3ec198bfebfac605cb08c981f04a5 | [log] [tgz] |
---|---|---|
author | Eric Lin <ericth@google.com> | Fri Mar 25 18:35:21 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Mar 25 18:35:21 2022 +0000 |
tree | a060323f0190c315391838f0d8fca53bab2a54cb | |
parent | 1180849a6287df039c4caf47c29e5ff7297a44af [diff] | |
parent | 181d649f129c460dc3752e838cec9fc959eda385 [diff] |
Merge "Remove the workaround for b/222070055." into tm-dev
diff --git a/nearby/tests/multidevices/clients/src/android/nearby/multidevices/fastpair/provider/controller/FastPairProviderSimulatorController.kt b/nearby/tests/multidevices/clients/src/android/nearby/multidevices/fastpair/provider/controller/FastPairProviderSimulatorController.kt index b591ae0..2ab6dbd 100644 --- a/nearby/tests/multidevices/clients/src/android/nearby/multidevices/fastpair/provider/controller/FastPairProviderSimulatorController.kt +++ b/nearby/tests/multidevices/clients/src/android/nearby/multidevices/fastpair/provider/controller/FastPairProviderSimulatorController.kt
@@ -64,9 +64,6 @@ .setRemoveAllDevicesDuringPairing(true) .build() ) - - // TODO(b/222070055): Workaround the FATAL EXCEPTION after the end of initial pairing. - simulator!!.setSuppressSubsequentPairingNotification(true) } fun getProviderSimulatorBleAddress() = simulator!!.bleAddress!!