Searched refs:saveEncryptionKey (Results 1 – 6 of 6) sorted by relevance
118 mConnectedDeviceStorage.saveEncryptionKey(deviceId, key); in getEncryptionKey_returnsSavedKey()125 mConnectedDeviceStorage.saveEncryptionKey(deviceId, ByteUtils.randomBytes(16)); in getEncryptionKey_returnsNullForUnrecognizedDeviceId()138 mConnectedDeviceStorage.saveEncryptionKey(device.getDeviceId(), encryptionKey); in addAssociatedDevice()
226 mStorage.saveEncryptionKey(mDeviceId, newKey.asBytes()); in processHandshakeResumingSession()317 mStorage.saveEncryptionKey(mDeviceId, localKey.asBytes()); in notifyOutOfBandAccepted()
274 boolean saveEncryptionKey(@Nullable String deviceId, @Nullable byte[] encryptionKey) { in saveEncryptionKey() method in CarTrustedDeviceService
320 mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes()); in onUnlockDataReceived()
828 if (!mTrustedDeviceService.saveEncryptionKey(mClientDeviceId, mEncryptionKey.asBytes())) { in setEnrollmentHandshakeAccepted()
144 public void saveEncryptionKey(@NonNull String deviceId, @NonNull byte[] encryptionKey) { in saveEncryptionKey() method in ConnectedDeviceStorage