Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DAssociationSecureChannel.java124 mShowVerificationCodeListener.showVerificationCode(code); in processHandshakeInProgress()
210 void showVerificationCode(@NonNull String code); in showVerificationCode() method
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java789 showVerificationCode(); in processInitEncryptionMessage()
801 showVerificationCode(); in processInitEncryptionMessage()
817 private void showVerificationCode() { in showVerificationCode() method in CarTrustAgentEnrollmentService
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DAssociationSecureChannelTest.java104 verify(mShowVerificationCodeListenerMock).showVerificationCode(anyString()); in testEncryptionHandshake_Association()
DCarBlePeripheralManagerTest.java173 channel.getShowVerificationCodeListener().showVerificationCode(TEST_VERIFICATION_CODE); in testShowVerificationCode()