Searched refs:countDistinctDebugAdIdsUsedByEnrollment (Results 1 – 5 of 5) sorted by relevance
1617 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(1L); in getDebugKeys_adIdMatching_appToWeb_nullPlatformAdId_debugKeysAbsent_logsMetric()1658 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(1L); in getDebugKeys_adIdMatching_appToWeb_matchingAdIds_debugKeysPresent()1699 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(1L); in getDebugKeys_encryptedAdIdMatching_appToWeb_matchingAdIds_debugKeysPresent()1740 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(2L); in getDebugKeys_adIdMatching_appToWeb_nonMatchingAdIds_debugKeysAbsent()1781 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(1L); in getDebugKeys_adIdMatching_appToWeb_failedMatch_doesNotMatchJoinKeys()1888 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())) in getDebugKeys_adIdMatching_appToWeb_uniqueAdIdLimitReached_debugKeysAbsent()1959 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(1L); in getDebugKeys_adIdMatching_webToApp_nullPlatformAdId_debugKeysAbsent_logsMetric()2000 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(1L); in getDebugKeys_adIdMatching_webToApp_matchingAdIds_debugKeysPresent()2041 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(1L); in getDebugKeys_encryptedAdIdMatching_webToApp_matchingAdIds_debugKeysPresent()2082 when(mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(any())).thenReturn(2L); in getDebugKeys_adIdMatching_webToApp_nonMatchingAdIds_debugKeysAbsent()[all …]
467 long numUnique = mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(enrollmentId); in isEnrollmentIdWithinUniqueAdIdLimit()472 return mMeasurementDao.countDistinctDebugAdIdsUsedByEnrollment(enrollmentId); in getNumUniqueAdIdsUsed()
750 long countDistinctDebugAdIdsUsedByEnrollment(@NonNull String enrollmentId) in countDistinctDebugAdIdsUsedByEnrollment() method
3279 public long countDistinctDebugAdIdsUsedByEnrollment(@NonNull String enrollmentId)
8713 dao.countDistinctDebugAdIdsUsedByEnrollment( in countDistinctDebugAdIdsUsedByEnrollment_oneTriggerAndSource()8778 dao.countDistinctDebugAdIdsUsedByEnrollment( in countDistinctDebugAdIdsUsedByEnrollment_nullValuesPresent()8859 dao.countDistinctDebugAdIdsUsedByEnrollment( in countDistinctDebugAdIdsUsedByEnrollment_multipleSourcesAndTriggers()8940 dao.countDistinctDebugAdIdsUsedByEnrollment( in countDistinctDebugAdIdsUsedByEnrollment_multipleAdIdsPresent()9021 dao.countDistinctDebugAdIdsUsedByEnrollment( in countDistinctDebugAdIdsUsedByEnrollment_multipleEnrollmentIdsPresent()9028 dao.countDistinctDebugAdIdsUsedByEnrollment( in countDistinctDebugAdIdsUsedByEnrollment_multipleEnrollmentIdsPresent()