Searched refs:CONFIRMATION_SIGNAL (Results 1 – 4 of 4) sorted by relevance
80 static final byte[] CONFIRMATION_SIGNAL = "True".getBytes(); field in SecureBleChannel328 /* isMessageEncrypted = */ false, CONFIRMATION_SIGNAL); in notifyOutOfBandAccepted()
98 assertThat(confirmMessage).isEqualTo(SecureBleChannel.CONFIRMATION_SIGNAL); in testEncryptionHandshake_Association()
89 static final byte[] CONFIRMATION_SIGNAL = "True".getBytes(); field in CarTrustAgentEnrollmentService227 mCarTrustAgentBleManager.sendEnrollmentMessage(mRemoteEnrollmentDevice, CONFIRMATION_SIGNAL, in enrollmentHandshakeAccepted()
160 eq(mCarTrustAgentEnrollmentService.CONFIRMATION_SIGNAL), any(), eq(false)); in testEncryptionHandshake()