Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java777 long countNavigationSourcesPerReportingOrigin( in countNavigationSourcesPerReportingOrigin() method
DMeasurementDao.java3293 public long countNavigationSourcesPerReportingOrigin(
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java3991 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_existsNavigationWithSameReportingOrigin_returnsFalse()
4003 verify(mMeasurementDao, times(1)).countNavigationSourcesPerReportingOrigin(any(), any()); in isSourceAllowedToInsert_existsNavigationWithSameReportingOrigin_returnsFalse()
4031 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_deletesTheOldestAppDestinationInLoop_fifoInsertionSuccess()
4107 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_deletesTheOldestWebDestination_successfulFifoInsertion()
4179 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_deletesOldestAppAndWebDestinations_successfulFifoInsertion()
4277 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_deletesOldestDestinations_fifoInsertionNoReportDeletion()
4379 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_incomingWebDestinationsAreMoreThanLimit_rejectsSource()
4422 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_appDestCountWithinFifoLimit_returnsAllowedWithoutDeletion()
4486 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_webDestCountWithinFifoLimit_returnsAllowedWithoutDeletion()
4520 when(mMeasurementDao.countNavigationSourcesPerReportingOrigin(any(), any())).thenReturn(1L); in isSourceAllowedToInsert_existsEventWithSameReportingOrigin_returnsTrue()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java243 return dao.countNavigationSourcesPerReportingOrigin( in isNavigationOriginAlreadyRegisteredForRegistration()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java9633 dao.countNavigationSourcesPerReportingOrigin( in countNavigationSourcesPerReportingOriginQuery()
9639 dao.countNavigationSourcesPerReportingOrigin( in countNavigationSourcesPerReportingOriginQuery()
9645 dao.countNavigationSourcesPerReportingOrigin( in countNavigationSourcesPerReportingOriginQuery()