Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DSecureBleChannel.java100 private ShowVerificationCodeListener mShowVerificationCodeListener; field in SecureBleChannel
186 if (mShowVerificationCodeListener != null) { in processHandshakeInProgress()
188 mShowVerificationCodeListener.showVerificationCode(code); in processHandshakeInProgress()
340 mShowVerificationCodeListener = listener; in setShowVerificationCodeListener()
346 return mShowVerificationCodeListener; in getShowVerificationCodeListener()