Searched refs:ENCRYPTION_KEY_AUCTION_TTL_1SECS (Results 1 – 2 of 2) sorted by relevance
21 …static android.adservices.adselection.AuctionEncryptionKeyFixture.ENCRYPTION_KEY_AUCTION_TTL_1SECS;214 ImmutableList.of(ENCRYPTION_KEY_AUCTION, ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestActiveAuctionKey_returnsActiveAuctionKey()272 ImmutableList.of(ENCRYPTION_KEY_AUCTION, ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestAuctionKey_returnsAuctionKey()383 mEncryptionKeyDao.insertAllKeys(ImmutableList.of(ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()427 mEncryptionKeyDao.insertAllKeys(ImmutableList.of(ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()448 Base64.getDecoder().decode(ENCRYPTION_KEY_AUCTION_TTL_1SECS.getPublicKey()); in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()515 mEncryptionKeyDao.insertAllKeys(ImmutableList.of(ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestOhttpKeyConfigOfType_withExpiredKey_shouldReturnExpiredKey()530 ENCRYPTION_KEY_AUCTION_TTL_1SECS in test_getLatestOhttpKeyConfigOfType_withExpiredKey_shouldReturnExpiredKey()540 mEncryptionKeyDao.insertAllKeys(ImmutableList.of(ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestOhttpKeyConfigOfType_withExpiredKey_withLogging()555 ENCRYPTION_KEY_AUCTION_TTL_1SECS in test_getLatestOhttpKeyConfigOfType_withExpiredKey_withLogging()[all …]
53 public static final DBEncryptionKey ENCRYPTION_KEY_AUCTION_TTL_1SECS = field in AuctionEncryptionKeyFixture