commit | 181d649f129c460dc3752e838cec9fc959eda385 | [log] [tgz] |
---|---|---|
author | Eric Lin <ericth@google.com> | Fri Mar 25 12:03:39 2022 +0000 |
committer | Eric Lin <ericth@google.com> | Fri Mar 25 14:38:36 2022 +0000 |
tree | 31f39dc7a70a57994692534d3c39d235a04e1819 | |
parent | 532fa3292b4cf5b05f28519d0bce7a8665e839d8 [diff] |
Remove the workaround for b/222070055. b/222070055 is fixed by weicesun@, we no longer need to disable subsequent pairing advertising. Test: atest -v CtsNearbyMultiDevicesTestSuite Bug: 222070055 Ignore-AOSP-First: nearby_not_in_aosp_yet Change-Id: I024d356558737aa867f6430c5e7ed2e99acf0fc3
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!!