Searched refs:getBuyersWithEncodersBeforeTime (Results 1 – 6 of 6) sorted by relevance
80 List<AdTechIdentifier> getBuyersWithEncodersBeforeTime(@NonNull Instant time); in getBuyersWithEncodersBeforeTime() method
293 return mEncoderLogicMetadataDao.getBuyersWithEncodersBeforeTime(expiry); in getBuyersWithStaleEncoders()
529 when(mEncoderLogicMetadataDao.getBuyersWithEncodersBeforeTime(any())) in testUpdatesEncodersAllUpdatedEncodersDoNotDownloadAgain()539 when(mEncoderLogicMetadataDao.getBuyersWithEncodersBeforeTime(any())) in testEncodeProtectedSignalsAlsoUpdatesEncoders()581 when(mEncoderLogicMetadataDao.getBuyersWithEncodersBeforeTime(any())) in testEncodeProtectedSignalsAlsoUpdatesEncodersIsNotAffectedByEncodingFailures()
178 .getBuyersWithEncodersBeforeTime(Instant.now().plus(1, ChronoUnit.DAYS)) in testGetAllBuyersWithRegisteredBeforeTime()
298 verify(mEncoderLogicMetadataDao).getBuyersWithEncodersBeforeTime(now); in testGetAllBuyersWithStaleEncoders()
228 .getBuyersWithEncodersBeforeTime( in doRun()