Home
last modified time | relevance | path

Searched refs:createAssociationCallback (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManagerTest.java111 AssociationCallback callback = createAssociationCallback(semaphore); in testStartAssociationAdvertisingSuccess()
127 AssociationCallback callback = createAssociationCallback(semaphore); in testStartAssociationAdvertisingFailure()
143 AssociationCallback callback = createAssociationCallback(semaphore); in testNotifyAssociationSuccess()
160 AssociationCallback callback = createAssociationCallback(semaphore); in testShowVerificationCode()
170 AssociationCallback callback = createAssociationCallback(semaphore); in testAssociationSuccess()
189 AssociationCallback callback = createAssociationCallback(semaphore); in testAssociationFailure_channelError()
240 private AssociationCallback createAssociationCallback(@NonNull final Semaphore semaphore) { in createAssociationCallback() method in CarBlePeripheralManagerTest