Searched refs:getInstallCooldownWindow (Results 1 – 6 of 6) sorted by relevance
873 public long getInstallCooldownWindow() { in getInstallCooldownWindow() method in Source879 return getInstallCooldownWindow() > 0 && hasAppDestinations(); in isInstallDetectionEnabled()
396 source.getInstallCooldownWindow()); in insertToDb()
251 assertEquals(validSource.getInstallCooldownWindow(), source.getInstallCooldownWindow()); in testInsertSource()318 assertEquals(validSource.getInstallCooldownWindow(), source.getInstallCooldownWindow()); in testInsertSource_flexibleEventReport_equal()6638 values.put(SourceContract.INSTALL_COOLDOWN_WINDOW, source.getInstallCooldownWindow()); in insertSource()
1481 < (source.getEventTime() + source.getInstallCooldownWindow()); in isWithinInstallCooldownWindow()
707 assertEquals(TimeUnit.SECONDS.toMillis(987654L), result.getInstallCooldownWindow()); in testSourceRequestWithPostInstallAttributes()751 assertEquals(0L, result.getInstallCooldownWindow()); in testSourceRequestWithPostInstallAttributesReceivedAsNull()800 assertEquals(TimeUnit.SECONDS.toMillis((2592000L)), result.getInstallCooldownWindow()); in testSourceRequestWithInstallAttributesOutofBounds()
691 values.put(SourceContract.INSTALL_COOLDOWN_WINDOW, source.getInstallCooldownWindow()); in insertSource()