Loading framework/tests/bumble/src/android/bluetooth/pairing/PairingTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -459,7 +459,7 @@ public class PairingTest { // Wait for GATT service discovery to complete on Android // so that ACTION_UUID is received here. verifyIntentReceived( verifyIntentReceivedUnordered( hasAction(BluetoothDevice.ACTION_UUID), hasExtra(BluetoothDevice.EXTRA_UUID, Matchers.hasItemInArray(BATTERY_UUID))); Loading Loading
framework/tests/bumble/src/android/bluetooth/pairing/PairingTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -459,7 +459,7 @@ public class PairingTest { // Wait for GATT service discovery to complete on Android // so that ACTION_UUID is received here. verifyIntentReceived( verifyIntentReceivedUnordered( hasAction(BluetoothDevice.ACTION_UUID), hasExtra(BluetoothDevice.EXTRA_UUID, Matchers.hasItemInArray(BATTERY_UUID))); Loading