Searched refs:createAssociationCallback (Results 1 – 1 of 1) sorted by relevance
111 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