Home
last modified time | relevance | path

Searched defs:appKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DEmbmsSampleDownloadService.java273 private void sendFdRequest(DownloadRequest request, FrontendAppIdentifier appKey) { in sendFdRequest()
305 private void performDownload(DownloadRequest request, FrontendAppIdentifier appKey, in performDownload()
345 private void downloadSingleFile(FrontendAppIdentifier appKey, DownloadRequest request, in downloadSingleFile()
421 private void checkInitialized(FrontendAppIdentifier appKey) { in checkInitialized()
432 private void addTempFileInUse(FrontendAppIdentifier appKey, String serviceId, Uri tempFileUri) { in addTempFileInUse()
446 private void removeTempFileInUse(FrontendAppIdentifier appKey, String serviceId, in removeTempFileInUse()
H A DEmbmsTestStreamingService.java210 private void checkInitialized(FrontendAppIdentifier appKey) { in checkInitialized()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DWrappedKeyTest.java120 SecretKey appKey = generateKey(); in decryptWrappedKeys_decryptsWrappedKeys_nullMetadata() local
139 SecretKey appKey = generateKey(); in decryptWrappedKeys_decryptsWrappedKeys_nonNullMetadata() local
158 SecretKey appKey = generateKey(); in decryptWrappedKeys_doesNotDieIfSomeKeysAreUnwrappable() local