Searched refs:UNSET_AD_SELECTION_ID (Results 1 – 15 of 15) sorted by relevance
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | AdSelectionOutcome.java | 50 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()
|
D | ReportImpressionRequest.java | 19 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()
|
D | ReportEventRequest.java | 19 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()
|
D | ReportImpressionInput.java | 19 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()
|
D | AdSelectionResponse.java | 19 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()
|
D | UpdateAdCounterHistogramRequest.java | 19 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()
|
D | GetAdSelectionDataOutcome.java | 19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID; 106 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
|
D | UpdateAdCounterHistogramInput.java | 19 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()
|
D | PersistAdSelectionResultRequest.java | 19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID; 152 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
|
D | ReportInteractionInput.java | 19 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()
|
D | PersistAdSelectionResultResponse.java | 19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID; 146 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
|
D | GetAdSelectionDataResponse.java | 19 import static android.adservices.adselection.AdSelectionOutcome.UNSET_AD_SELECTION_ID; 182 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
|
D | PersistAdSelectionResultInput.java | 19 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/ |
D | DBAdSelection.java | 19 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/ |
D | FledgeCtsDebuggableTest.java | 4800 .isNotEqualTo(AdSelectionOutcome.UNSET_AD_SELECTION_ID); in testGetAdSelectionData_collectsCa_success() 4833 .isNotEqualTo(AdSelectionOutcome.UNSET_AD_SELECTION_ID); in testPersistAdSelectionData_adSelectionIdDoesntExist_failure()
|