Home
last modified time | relevance | path

Searched refs:getEncryptionKey (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/storage/
DConnectedDeviceStorageTest.java119 assertThat(mConnectedDeviceStorage.getEncryptionKey(deviceId)).isEqualTo(key); in getEncryptionKey_returnsSavedKey()
126 assertThat(mConnectedDeviceStorage.getEncryptionKey(UUID.randomUUID().toString())).isNull(); in getEncryptionKey_returnsNullForUnrecognizedDeviceId()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DSecureBleChannel.java202 byte[] previousKey = mStorage.getEncryptionKey(mDeviceId); in processHandshakeResumingSession()
241 return mStorage.getEncryptionKey(id) != null; in hasEncryptionKey()
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java360 || mTrustedDeviceService.getEncryptionKey(deviceId.toString()) == null) { in convertToDeviceId()
458 byte[] oldSessionKeyBytes = mTrustedDeviceService.getEncryptionKey(mClientDeviceId); in showVerificationCode()
DCarTrustedDeviceService.java248 byte[] getEncryptionKey(String deviceId) { in getEncryptionKey() method in CarTrustedDeviceService
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/
DConnectedDeviceStorage.java119 public byte[] getEncryptionKey(@NonNull String deviceId) { in getEncryptionKey() method in ConnectedDeviceStorage