Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/
DMobileDataDownloadTest.java163 public static final String ENCRYPTION_KEYS_FILE_GROUP_NAME = "encryption-keys"; field in MobileDataDownloadTest
312 .setGroupName(ENCRYPTION_KEYS_FILE_GROUP_NAME) in testEncryptionKeysDataDownload_production_featureEnabled()
329 .setGroupName(ENCRYPTION_KEYS_FILE_GROUP_NAME) in testEncryptionKeysDataDownload_production_featureDisabled()
867 expect.that(clientFileGroup.getGroupName()).isEqualTo(ENCRYPTION_KEYS_FILE_GROUP_NAME); in verifyEncryptionKeysFileGroup()