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.java133 private BluetoothDevice mRemoteEnrollmentDevice; field in CarTrustAgentEnrollmentService
269 if (device == null || !device.equals(mRemoteEnrollmentDevice)) { in enrollmentHandshakeAccepted()
452 if (mRemoteEnrollmentDevice == null) { in onEscrowTokenAdded()
518 if (mRemoteEnrollmentDevice == null || !isTokenActive) { in onEscrowTokenActiveStateChanged()
519 if (mRemoteEnrollmentDevice == null) { in onEscrowTokenActiveStateChanged()
540 if (mRemoteEnrollmentDevice.getName() != null) { in onEscrowTokenActiveStateChanged()
541 clientDeviceName = mRemoteEnrollmentDevice.getName(); in onEscrowTokenActiveStateChanged()
551 .append(", addr:").append(mRemoteEnrollmentDevice.getAddress()) in onEscrowTokenActiveStateChanged()
555 mRemoteEnrollmentDevice.getAddress(), clientDeviceName), mClientDeviceId)); in onEscrowTokenActiveStateChanged()
626 mRemoteEnrollmentDevice = device; in onRemoteDeviceConnected()
[all …]