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.java109 private BluetoothDevice mRemoteEnrollmentDevice; field in CarTrustAgentEnrollmentService
220 if (device == null || !device.equals(mRemoteEnrollmentDevice)) { in enrollmentHandshakeAccepted()
227 mCarTrustAgentBleManager.sendEnrollmentMessage(mRemoteEnrollmentDevice, CONFIRMATION_SIGNAL, in enrollmentHandshakeAccepted()
401 if (mRemoteEnrollmentDevice == null) { in onEscrowTokenAdded()
467 if (mRemoteEnrollmentDevice == null || !isTokenActive) { in onEscrowTokenActiveStateChanged()
468 if (mRemoteEnrollmentDevice == null) { in onEscrowTokenActiveStateChanged()
489 if (mRemoteEnrollmentDevice.getName() != null) { in onEscrowTokenActiveStateChanged()
490 clientDeviceName = mRemoteEnrollmentDevice.getName(); in onEscrowTokenActiveStateChanged()
500 .append(", addr:").append(mRemoteEnrollmentDevice.getAddress()) in onEscrowTokenActiveStateChanged()
504 mRemoteEnrollmentDevice.getAddress(), clientDeviceName), mClientDeviceId)); in onEscrowTokenActiveStateChanged()
[all …]