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.java90 assertEquals(ENCRYPTION_KEY_URL, enrollmentData.getEncryptionKeyUrl()); in testCreation()
124 assertEquals(ENCRYPTION_KEY_URL, enrollmentData.getEncryptionKeyUrl()); in testCreationFromStrings()
157 assertNull(enrollmentData.getEncryptionKeyUrl()); in testDefaults()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/encryptionkey/
DEncryptionKeyTest.java66 assertEquals(ENCRYPTION_KEY_URL, result.getEncryptionKeyUrl()); in testCreation()
83 assertNull(result.getEncryptionKeyUrl()); in testDefaults()
DEncryptionKeyFetcherTest.java413 encryptionKey1.getEncryptionKeyUrl()); in assertEncryptionKeyListResult()
429 encryptionKey2.getEncryptionKeyUrl()); in assertEncryptionKeyListResult()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/
DEncryptionKeyConverterUtilTest.java77 expect.that(encryptionKey.getEncryptionKeyUrl()) in createEncryptionKeyFromJson_signing_successVersion3()
99 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.java573 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.java150 public String getEncryptionKeyUrl() { in getEncryptionKeyUrl() method in EnrollmentData
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/enrollment/
DEnrollmentDao.java952 String pasUriString = potentialMatch.getEncryptionKeyUrl(); in getEnrollmentDataForPASByMatchingAdTechIdentifier()
1069 String pasUriString = potentialMatch.getEncryptionKeyUrl(); in getEnrollmentDataForPASByAdTechIdentifier()
1282 enrollmentData.getEncryptionKeyUrl()); in insertToDb()