Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java106 private BluetoothDevice mRemoteEnrollmentDevice; field in CarTrustAgentEnrollmentService
211 if (device == null || !device.equals(mRemoteEnrollmentDevice)) { in enrollmentHandshakeAccepted()
218 mCarTrustAgentBleManager.sendEnrollmentMessage(mRemoteEnrollmentDevice, CONFIRMATION_SIGNAL, in enrollmentHandshakeAccepted()
376 if (mRemoteEnrollmentDevice == null) { in onEscrowTokenAdded()
442 if (mRemoteEnrollmentDevice == null || !isTokenActive) { in onEscrowTokenActiveStateChanged()
443 if (mRemoteEnrollmentDevice == null) { in onEscrowTokenActiveStateChanged()
464 if (mRemoteEnrollmentDevice.getName() != null) { in onEscrowTokenActiveStateChanged()
465 clientDeviceName = mRemoteEnrollmentDevice.getName(); in onEscrowTokenActiveStateChanged()
475 .append(", addr:").append(mRemoteEnrollmentDevice.getAddress()) in onEscrowTokenActiveStateChanged()
479 mRemoteEnrollmentDevice.getAddress(), clientDeviceName), mClientDeviceId)); in onEscrowTokenActiveStateChanged()
[all …]