Home
last modified time | relevance | path

Searched refs:mEncryptionKeyUrl (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/encryptionkey/
DEncryptionKey.java32 private String mEncryptionKeyUrl; field in EncryptionKey
44 mEncryptionKeyUrl = null; in EncryptionKey()
62 && Objects.equals(mEncryptionKeyUrl, encryptionKey.mEncryptionKeyUrl) in equals()
77 mEncryptionKeyUrl, in hashCode()
110 return mEncryptionKeyUrl; in getEncryptionKeyUrl()
145 .setEncryptionKeyUrl(this.mEncryptionKeyUrl) in cloneToBuilder()
187 mBuilding.mEncryptionKeyUrl = encryptionKeyUrl; in setEncryptionKeyUrl()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/enrollment/
DEnrollmentData.java47 private String mEncryptionKeyUrl; field in EnrollmentData
59 mEncryptionKeyUrl = null; in EnrollmentData()
83 && Objects.equals(mEncryptionKeyUrl, enrollmentData.mEncryptionKeyUrl); in equals()
98 mEncryptionKeyUrl); in hashCode()
151 return mEncryptionKeyUrl; in getEncryptionKeyUrl()
226 .setEncryptionKeyUrl(this.mEncryptionKeyUrl); in cloneToBuilder()
329 mBuilding.mEncryptionKeyUrl = encryptionKeyUrl; in setEncryptionKeyUrl()