Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java539 String clientDeviceName; in onEscrowTokenActiveStateChanged() local
541 clientDeviceName = mRemoteEnrollmentDevice.getName(); in onEscrowTokenActiveStateChanged()
543 clientDeviceName = mClientDeviceName; in onEscrowTokenActiveStateChanged()
545 clientDeviceName = mContext.getString(R.string.trust_device_default_name); in onEscrowTokenActiveStateChanged()
552 .append(", name:").append(clientDeviceName).append(")"); in onEscrowTokenActiveStateChanged()
555 mRemoteEnrollmentDevice.getAddress(), clientDeviceName), mClientDeviceId)); in onEscrowTokenActiveStateChanged()