Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionOutcome.java50 public static final int UNSET_AD_SELECTION_ID = 0; field in AdSelectionOutcome
56 mAdSelectionId = UNSET_AD_SELECTION_ID; in AdSelectionOutcome()
106 private long mAdSelectionId = UNSET_AD_SELECTION_ID;
138 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
DReportImpressionRequest.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
53 adSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in ReportImpressionRequest()
73 adSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in ReportImpressionRequest()
DReportEventRequest.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
63 builder.mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in ReportEventRequest()
180 adSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in Builder()
206 adSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in setAdSelectionId()
DReportImpressionInput.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
115 private long mAdSelectionId = UNSET_AD_SELECTION_ID;
155 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
DAdSelectionResponse.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
126 private long mAdSelectionId = UNSET_AD_SELECTION_ID;
158 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
DUpdateAdCounterHistogramRequest.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
151 adSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in Builder()
173 adSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in setAdSelectionId()
DGetAdSelectionDataOutcome.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
106 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
DUpdateAdCounterHistogramInput.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
201 adSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in Builder()
225 adSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in setAdSelectionId()
DPersistAdSelectionResultRequest.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
152 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
DReportInteractionInput.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
203 private long mAdSelectionId = UNSET_AD_SELECTION_ID;
289 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
DPersistAdSelectionResultResponse.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
146 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
DGetAdSelectionDataResponse.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
182 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
DPersistAdSelectionResultInput.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
212 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBAdSelection.java19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID;
240 private long mAdSelectionId = UNSET_AD_SELECTION_ID;
257 adSelectionId != UNSET_AD_SELECTION_ID, "Ad selection Id should not be zero."); in setAdSelectionId()
357 mAdSelectionId != UNSET_AD_SELECTION_ID, "Ad selection Id should not be zero."); in build()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java4800 .isNotEqualTo(AdSelectionOutcome.UNSET_AD_SELECTION_ID); in testGetAdSelectionData_collectsCa_success()
4833 .isNotEqualTo(AdSelectionOutcome.UNSET_AD_SELECTION_ID); in testPersistAdSelectionData_adSelectionIdDoesntExist_failure()