Home
last modified time | relevance | path

Searched refs:getCachedFullyPersistJobIntervalMillis (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DServiceAppSearchConfig.java196 long getCachedFullyPersistJobIntervalMillis(); in getCachedFullyPersistJobIntervalMillis() method
DFrameworkServiceAppSearchConfig.java555 public long getCachedFullyPersistJobIntervalMillis() { in getCachedFullyPersistJobIntervalMillis() method in FrameworkServiceAppSearchConfig
DAppSearchManagerService.java383 mAppSearchConfig.getCachedFullyPersistJobIntervalMillis()); in onUserUnlocking()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DServiceAppSearchConfigTest.java170 assertThat(appSearchConfig.getCachedFullyPersistJobIntervalMillis()) in testDefaultValues_allCachedValue()
878 assertThat(appSearchConfig.getCachedFullyPersistJobIntervalMillis()).isEqualTo(2003); in testCustomizedValueOverride_fullyPersistJobInterval()
886 assertThat(appSearchConfig.getCachedFullyPersistJobIntervalMillis()).isEqualTo(1777); in testCustomizedValueOverride_fullyPersistJobInterval()
992 () -> appSearchConfig.getCachedFullyPersistJobIntervalMillis()); in testNotUsable_afterClose()