Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DSelectAdsFromOutcomesExecutionLoggerImplTest.java75 executionLogger.setCountNonExistingIds(mCountNonExistingIds); in testSelectAdsFromOutcomesExecutionLogger_successDownloadAndExecution()
113 executionLogger.setCountNonExistingIds(mCountNonExistingIds); in testSelectAdsFromOutcomesExecutionLogger_missingStartOfDownload()
154 executionLogger.setCountNonExistingIds(mCountNonExistingIds); in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfDownload()
192 executionLogger.setCountNonExistingIds(mCountNonExistingIds); in testSelectAdsFromOutcomesExecutionLogger_missingStartOfExecution()
234 executionLogger.setCountNonExistingIds(mCountNonExistingIds); in testSelectAdsFromOutcomesExecutionLogger_repeatedEndOfExecution()
DSelectAdsFromOutcomesApiCalledStatsTest.java38 .setCountNonExistingIds(COUNT_NON_EXISTING_IDS) in testBuildSelectAdsFromOutcomesApiCalledStats()
DAdServicesLoggerImplTest.java1152 .setCountNonExistingIds(2) in testLogSelectAdsFromOutcomesApiCalledStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DSelectAdsFromOutcomesApiCalledStats.java54 .setCountNonExistingIds(FIELD_UNSET) in builder()
68 public abstract Builder setCountNonExistingIds(int countNonExistingIds); in setCountNonExistingIds() method in SelectAdsFromOutcomesApiCalledStats.Builder
DSelectAdsFromOutcomesExecutionLoggerImpl.java150 .setCountNonExistingIds(mCountNonExistingIds) in logSelectAdsFromOutcomesApiCalledStats()
167 public void setCountNonExistingIds(int countNonExistingIds) { in setCountNonExistingIds() method in SelectAdsFromOutcomesExecutionLoggerImpl
DSelectAdsFromOutcomesExecutionLogger.java46 default void setCountNonExistingIds(int countNonExistingIds) { in setCountNonExistingIds() method
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DOutcomeSelectionRunner.java503 selectAdsFromOutcomesExecutionLogger.setCountNonExistingIds(notExistingIds.size());