Searched refs:getInstallCooldownWindow (Results 1 – 6 of 6) sorted by relevance
948 public long getInstallCooldownWindow() { in getInstallCooldownWindow() method in Source954 return getInstallCooldownWindow() > 0 && hasAppDestinations(); in isInstallDetectionEnabled()
398 source.getInstallCooldownWindow()); in insertToDb()
260 assertEquals(validSource.getInstallCooldownWindow(), source.getInstallCooldownWindow()); in testInsertSource()329 assertEquals(validSource.getInstallCooldownWindow(), source.getInstallCooldownWindow()); in testInsertSource_flexibleEventReport_equal()480 assertThat(validSource.getInstallCooldownWindow()) in testInsertSource_aggregateDebugReportingEnabled_success()481 .isEqualTo(source.getInstallCooldownWindow()); in testInsertSource_aggregateDebugReportingEnabled_success()568 assertThat(validSource.getInstallCooldownWindow()) in testInsertSource_aggregateDebugReportingDisabled_relatedDataNotInserted()569 .isEqualTo(source.getInstallCooldownWindow()); in testInsertSource_aggregateDebugReportingDisabled_relatedDataNotInserted()9031 values.put(SourceContract.INSTALL_COOLDOWN_WINDOW, source.getInstallCooldownWindow()); in insertSource()
1678 < (source.getEventTime() + source.getInstallCooldownWindow()); in isWithinInstallCooldownWindow()
1076 assertEquals(TimeUnit.SECONDS.toMillis(987654L), result.getInstallCooldownWindow()); in testSourceRequestWithPostInstallAttributes()1121 assertEquals(0L, result.getInstallCooldownWindow()); in testSourceRequestWithPostInstallAttributesReceivedAsNull()1171 assertEquals(TimeUnit.SECONDS.toMillis((2592000L)), result.getInstallCooldownWindow()); in testSourceRequestWithInstallAttributesOutofBounds()
807 values.put(SourceContract.INSTALL_COOLDOWN_WINDOW, source.getInstallCooldownWindow()); in insertSource()