Home
last modified time | relevance | path

Searched refs:mPlatformAdId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistration.java54 @Nullable private final String mPlatformAdId; field in AsyncRegistration
78 mPlatformAdId = builder.mPlatformAdId; in AsyncRegistration()
102 && mPlatformAdId.equals(that.mPlatformAdId) in equals()
124 mPlatformAdId, in hashCode()
211 return mPlatformAdId; in getPlatformAdId()
271 @Nullable private String mPlatformAdId; field in AsyncRegistration.Builder
385 mPlatformAdId = platformAdId; in setPlatformAdId()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DTrigger.java75 @Nullable private String mPlatformAdId; field in Trigger
134 && Objects.equals(mPlatformAdId, trigger.mPlatformAdId) in equals()
163 mPlatformAdId, in hashCode()
354 return mPlatformAdId; in getPlatformAdId()
754 mBuilding.mPlatformAdId = platformAdId; in setPlatformAdId()
DSource.java110 @Nullable private String mPlatformAdId; field in Source
607 && Objects.equals(mPlatformAdId, source.mPlatformAdId) in equals()
659 mPlatformAdId, in hashCode()
1040 return mPlatformAdId; in getPlatformAdId()
1393 builder.setPlatformAdId(copyFrom.mPlatformAdId); in from()
1685 mBuilding.mPlatformAdId = platformAdId; in setPlatformAdId()