Searched refs:getEncryptionKey (Results 1 – 5 of 5) sorted by relevance
119 assertThat(mConnectedDeviceStorage.getEncryptionKey(deviceId)).isEqualTo(key); in getEncryptionKey_returnsSavedKey()126 assertThat(mConnectedDeviceStorage.getEncryptionKey(UUID.randomUUID().toString())).isNull(); in getEncryptionKey_returnsNullForUnrecognizedDeviceId()
202 byte[] previousKey = mStorage.getEncryptionKey(mDeviceId); in processHandshakeResumingSession()241 return mStorage.getEncryptionKey(id) != null; in hasEncryptionKey()
360 || mTrustedDeviceService.getEncryptionKey(deviceId.toString()) == null) { in convertToDeviceId()458 byte[] oldSessionKeyBytes = mTrustedDeviceService.getEncryptionKey(mClientDeviceId); in showVerificationCode()
248 byte[] getEncryptionKey(String deviceId) { in getEncryptionKey() method in CarTrustedDeviceService
119 public byte[] getEncryptionKey(@NonNull String deviceId) { in getEncryptionKey() method in ConnectedDeviceStorage