Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportingComputationHelperUnifiedTablesDisabled.java42 return mAdSelectionEntryDao.doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable( in doesAdSelectionMatchingCallerPackageNameExist()
DEventReporter.java351 .doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable(
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DReportingComputationHelperUnifiedTablesEnabledTest.java65 .doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable(anyLong(), any()); in testDoesAdSelectionMatchingCallerPackageNameExist()
DReportingComputationHelperUnifiedTablesDisabledTest.java62 .doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable( in testDoesAdSelectionMatchingCallerPackageNameExist()
DAdSelectionServiceImplTest.java10342 .doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable( in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOff()
10398 .doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable( in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOn()
10457 .doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable( in testReportImpressionSuccess_callsServerAuctionForImpressionReporterIsOnWithUXNotificationEnforcementDisabled()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DAdSelectionEntryDao.java530 public abstract boolean doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable( in doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable() method in AdSelectionEntryDao
555 return doesAdSelectionMatchingCallerPackageNameExistInOnDeviceTable( in doesAdSelectionIdAndCallerPackageNameExists()