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.java463 String clientDeviceName; in onEscrowTokenActiveStateChanged() local
465 clientDeviceName = mRemoteEnrollmentDevice.getName(); in onEscrowTokenActiveStateChanged()
467 clientDeviceName = mClientDeviceName; in onEscrowTokenActiveStateChanged()
469 clientDeviceName = mContext.getString(R.string.trust_device_default_name); in onEscrowTokenActiveStateChanged()
476 .append(", name:").append(clientDeviceName).append(")"); in onEscrowTokenActiveStateChanged()
479 mRemoteEnrollmentDevice.getAddress(), clientDeviceName), mClientDeviceId)); in onEscrowTokenActiveStateChanged()