Searched refs:mClientDeviceId (Results 1 – 2 of 2) sorted by relevance
131 private String mClientDeviceId; field in CarTrustAgentUnlockService273 mClientDeviceId = convertToDeviceId(value); in onUnlockDataReceived()274 if (mClientDeviceId == null) { in onUnlockDataReceived()300 mTrustedDeviceService.clearEncryptionKey(mClientDeviceId); in onUnlockDataReceived()314 mTrustedDeviceService.clearEncryptionKey(mClientDeviceId); in onUnlockDataReceived()320 mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes()); in onUnlockDataReceived()454 if (mClientDeviceId == null) { in showVerificationCode()458 byte[] oldSessionKeyBytes = mTrustedDeviceService.getEncryptionKey(mClientDeviceId); in showVerificationCode()
109 private String mClientDeviceId; field in CarTrustAgentEnrollmentService458 if (sharedPrefs.contains(mClientDeviceId)) { in onEscrowTokenActiveStateChanged()459 removeEscrowToken(sharedPrefs.getLong(mClientDeviceId, -1), uid); in onEscrowTokenActiveStateChanged()472 .append("trustedDeviceAdded (id:").append(mClientDeviceId) in onEscrowTokenActiveStateChanged()479 mRemoteEnrollmentDevice.getAddress(), clientDeviceName), mClientDeviceId)); in onEscrowTokenActiveStateChanged()501 editor.putLong(mClientDeviceId, handle); in onEscrowTokenActiveStateChanged()635 mClientDeviceId = deviceId.toString(); in notifyDeviceIdReceived()637 Log.d(TAG, "Received device id: " + mClientDeviceId); in notifyDeviceIdReceived()803 if (!mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes())) { in setEnrollmentHandshakeAccepted()