Searched refs:appKey (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/ |
H A D | EmbmsTestStreamingService.java | 105 FrontendAppIdentifier appKey = 107 checkInitialized(appKey); 113 args.arg1 = appKey; 126 FrontendAppIdentifier appKey = 128 checkInitialized(appKey); 145 FrontendAppIdentifier appKey = 147 checkInitialized(appKey); 161 checkInitialized(appKey); 173 checkInitialized(appKey); 177 mAppCallbacks.remove(appKey); [all …]
|
H A D | EmbmsSampleDownloadService.java | 88 mAppCallbacks.put(appKey, callback); 107 FrontendAppIdentifier appKey = 109 checkInitialized(appKey); 125 FrontendAppIdentifier appKey = 127 checkInitialized(appKey); 140 checkInitialized(appKey); 164 checkInitialized(appKey); 178 mAppCallbacks.remove(appKey); 281 mAppTempFileRoots.get(appKey)); in sendFdRequest() 397 mAppTempFileRoots.get(appKey)); in downloadSingleFile() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | WrappedKeyTest.java | 120 SecretKey appKey = generateKey(); in decryptWrappedKeys_decryptsWrappedKeys_nullMetadata() local 122 new PlatformEncryptionKey(GENERATION_ID, platformKey), appKey, NULL_METADATA); in decryptWrappedKeys_decryptsWrappedKeys_nullMetadata() 131 assertArrayEquals(appKey.getEncoded(), unwrappedKeys.get(alias).first.getEncoded()); in decryptWrappedKeys_decryptsWrappedKeys_nullMetadata() 139 SecretKey appKey = generateKey(); in decryptWrappedKeys_decryptsWrappedKeys_nonNullMetadata() local 141 new PlatformEncryptionKey(GENERATION_ID, platformKey), appKey, NON_NULL_METADATA); in decryptWrappedKeys_decryptsWrappedKeys_nonNullMetadata() 150 assertArrayEquals(appKey.getEncoded(), unwrappedKeys.get(alias).first.getEncoded()); in decryptWrappedKeys_decryptsWrappedKeys_nonNullMetadata() 158 SecretKey appKey = generateKey(); in decryptWrappedKeys_doesNotDieIfSomeKeysAreUnwrappable() local 160 new PlatformEncryptionKey(GENERATION_ID, platformKey), appKey, NULL_METADATA); in decryptWrappedKeys_doesNotDieIfSomeKeysAreUnwrappable()
|
H A D | KeySyncTaskTest.java | 539 byte[] appKey = KeySyncUtils.decryptApplicationKey( in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey() 541 assertThat(appKey).isEqualTo(applicationKey.getEncoded()); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()
|