Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DTrigger.java73 @Nullable private String mAdtechKeyMapping; field in Trigger
131 && Objects.equals(mAdtechKeyMapping, trigger.mAdtechKeyMapping) in equals()
160 mAdtechKeyMapping, in hashCode()
336 return mAdtechKeyMapping; in getAdtechKeyMapping()
545 if (mAdtechKeyMapping == null) { in parseAdtechKeyMapping()
549 JSONObject jsonObject = new JSONObject(mAdtechKeyMapping); in parseAdtechKeyMapping()
731 mBuilding.mAdtechKeyMapping = adtechBitMapping; in setAdtechBitMapping()