Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/encryptionkey/
DEncryptionKeyFetcher.java189 if (enrollmentData.getEncryptionKeyUrl() == null in constructEncryptionKeyUrl()
190 || enrollmentData.getEncryptionKeyUrl().trim().isEmpty()) { in constructEncryptionKeyUrl()
194 return enrollmentData.getEncryptionKeyUrl() + ENCRYPTION_KEY_ENDPOINT; in constructEncryptionKeyUrl()
273 if (enrollmentData.getEncryptionKeyUrl() != null) { in buildEncryptionKeys()
274 encryptionKeyUrl = enrollmentData.getEncryptionKeyUrl() + ENCRYPTION_KEY_ENDPOINT; in buildEncryptionKeys()
275 reportingOrigin = Uri.parse(enrollmentData.getEncryptionKeyUrl()); in buildEncryptionKeys()
DEncryptionKey.java109 public String getEncryptionKeyUrl() { in getEncryptionKeyUrl() method in EncryptionKey
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/enrollment/
DEnrollmentDataTest.java85 expect.that(enrollmentData.getEncryptionKeyUrl()).isEqualTo(ENCRYPTION_KEY_URL); in testCreation()
119 expect.that(enrollmentData.getEncryptionKeyUrl()).isEqualTo(ENCRYPTION_KEY_URL); in testCreationFromStrings()
152 expect.that(enrollmentData.getEncryptionKeyUrl()).isNull(); in testDefaults()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/encryptionkey/
DEncryptionKeyTest.java66 expect.that(result.getEncryptionKeyUrl()).isEqualTo(ENCRYPTION_KEY_URL); in testCreation()
84 expect.that(result.getEncryptionKeyUrl()).isNull(); in testDefaults()
DEncryptionKeyFetcherTest.java389 expect.that(encryptionKey1.getEncryptionKeyUrl()) in assertEncryptionKeyListResult()
403 expect.that(encryptionKey2.getEncryptionKeyUrl()) in assertEncryptionKeyListResult()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/
DEncryptionKeyConverterUtilTest.java73 expect.that(encryptionKey.getEncryptionKeyUrl()) in createEncryptionKeyFromJson_signing_successVersion3()
95 expect.that(encryptionKey.getEncryptionKeyUrl()) in createEncryptionKeyFromJson_encryption_successVersion3()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdServicesEncryptionKeyFetchedStats.java51 public abstract String getEncryptionKeyUrl(); in getEncryptionKeyUrl() method in AdServicesEncryptionKeyFetchedStats
DStatsdAdServicesLogger.java592 stats.getEncryptionKeyUrl()); in logEncryptionKeyFetchedStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/encryptionkey/
DEncryptionKeyDao.java369 && encryptionKey.getEncryptionKeyUrl() != null in isEncryptionKeyValid()
390 encryptionKey.getEncryptionKeyUrl()); in insertToDb()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/enrollment/
DEnrollmentData.java176 public String getEncryptionKeyUrl() { in getEncryptionKeyUrl() method in EnrollmentData
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/enrollment/
DEnrollmentDao.java1024 String pasUriString = potentialMatch.getEncryptionKeyUrl(); in getEnrollmentDataForPASByMatchingAdTechIdentifier()
1147 String pasUriString = potentialMatch.getEncryptionKeyUrl(); in getEnrollmentDataForPASByAdTechIdentifier()
1374 enrollmentData.getEncryptionKeyUrl()); in insertToDb()