Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManagerTest.java161 SecureBleChannel channel = getChannelForAssociation(callback); in testShowVerificationCode()
171 SecureBleChannel channel = getChannelForAssociation(callback); in testAssociationSuccess()
190 SecureBleChannel channel = getChannelForAssociation(callback); in testAssociationFailure_channelError()
221 private SecureBleChannel getChannelForAssociation(AssociationCallback callback) { in getChannelForAssociation() method in CarBlePeripheralManagerTest