Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DCarBlePeripheralManagerTest.java172 SecureBleChannel.Callback channelCallback = channel.getCallback(); in testAssociationSuccess() local
173 assertThat(channelCallback).isNotNull(); in testAssociationSuccess()
174 channelCallback.onDeviceIdReceived(TEST_REMOTE_DEVICE_ID.toString()); in testAssociationSuccess()
176 channelCallback.onSecureChannelEstablished(); in testAssociationSuccess()
191 SecureBleChannel.Callback channelCallback = channel.getCallback(); in testAssociationFailure_channelError() local
193 assertThat(channelCallback).isNotNull(); in testAssociationFailure_channelError()
194 channelCallback.onDeviceIdReceived(TEST_REMOTE_DEVICE_ID.toString()); in testAssociationFailure_channelError()
195 channelCallback.onEstablishSecureChannelFailure(testErrorCode); in testAssociationFailure_channelError()