Searched refs:getEncryptionKeyUrl (Results 1 – 11 of 11) sorted by relevance
189 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()
109 public String getEncryptionKeyUrl() { in getEncryptionKeyUrl() method in EncryptionKey
90 assertEquals(ENCRYPTION_KEY_URL, enrollmentData.getEncryptionKeyUrl()); in testCreation()124 assertEquals(ENCRYPTION_KEY_URL, enrollmentData.getEncryptionKeyUrl()); in testCreationFromStrings()157 assertNull(enrollmentData.getEncryptionKeyUrl()); in testDefaults()
66 assertEquals(ENCRYPTION_KEY_URL, result.getEncryptionKeyUrl()); in testCreation()83 assertNull(result.getEncryptionKeyUrl()); in testDefaults()
413 encryptionKey1.getEncryptionKeyUrl()); in assertEncryptionKeyListResult()429 encryptionKey2.getEncryptionKeyUrl()); in assertEncryptionKeyListResult()
77 expect.that(encryptionKey.getEncryptionKeyUrl()) in createEncryptionKeyFromJson_signing_successVersion3()99 expect.that(encryptionKey.getEncryptionKeyUrl()) in createEncryptionKeyFromJson_encryption_successVersion3()
51 public abstract String getEncryptionKeyUrl(); in getEncryptionKeyUrl() method in AdServicesEncryptionKeyFetchedStats
573 stats.getEncryptionKeyUrl()); in logEncryptionKeyFetchedStats()
369 && encryptionKey.getEncryptionKeyUrl() != null in isEncryptionKeyValid()390 encryptionKey.getEncryptionKeyUrl()); in insertToDb()
150 public String getEncryptionKeyUrl() { in getEncryptionKeyUrl() method in EnrollmentData
952 String pasUriString = potentialMatch.getEncryptionKeyUrl(); in getEnrollmentDataForPASByMatchingAdTechIdentifier()1069 String pasUriString = potentialMatch.getEncryptionKeyUrl(); in getEnrollmentDataForPASByAdTechIdentifier()1282 enrollmentData.getEncryptionKeyUrl()); in insertToDb()