Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DSecureBleChannel.java155 notifyCallback(callback -> callback.onDeviceIdReceived(mDeviceId)); in processHandshakeUnknown()
229 notifyCallback(callback -> callback.onSecureChannelEstablished()); in processHandshakeResumingSession()
326 notifyCallback(Callback::onSecureChannelEstablished); in notifyOutOfBandAccepted()
367 private void notifyCallback(Consumer<Callback> notification) { in notifyCallback() method in SecureBleChannel
375 notifyCallback(callback -> callback.onEstablishSecureChannelFailure(error)); in notifySecureChannelFailure()
391 notifyCallback(callback -> callback.onEstablishSecureChannelFailure(
398 notifyCallback(callback -> callback.onMessageReceived(
406 notifyCallback(callback -> callback.onMessageReceivedError(null));
413 notifyCallback(
417 notifyCallback(callback -> callback.onMessageReceivedError(e));