Searched refs:saveEncryptionKey (Results 1 – 3 of 3) sorted by relevance
274 boolean saveEncryptionKey(@Nullable String deviceId, @Nullable byte[] encryptionKey) { in saveEncryptionKey() method in CarTrustedDeviceService
320 mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes()); in onUnlockDataReceived()
803 if (!mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes())) { in setEnrollmentHandshakeAccepted()