Searched refs:encryptionConfigs (Results 1 – 2 of 2) sorted by relevance
284 List<DBProtectedServersEncryptionConfig> encryptionConfigs =291 mProtectedServersEncryptionConfigDao.insertKeys(encryptionConfigs);
3342 List<DBEncryptionKey> encryptionConfigs = in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey() local3345 Assert.assertEquals(1, encryptionConfigs.size()); in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()3346 Assert.assertEquals(expiredKeyId, encryptionConfigs.get(0).getKeyIdentifier()); in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()3386 encryptionConfigs = in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()3391 Assert.assertEquals(1, encryptionConfigs.size()); in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()3392 Assert.assertEquals(liveKeyId, encryptionConfigs.get(0).getKeyIdentifier()); in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()3468 List<DBEncryptionKey> encryptionConfigs = in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall() local3471 Assert.assertEquals(1, encryptionConfigs.size()); in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()3472 Assert.assertEquals(expiredKeyId, encryptionConfigs.get(0).getKeyIdentifier()); in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()3512 encryptionConfigs = in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()[all …]