Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ContactsIndexer/
DFrameworkContactsIndexerConfigTest.java40 assertThat(contactsIndexerConfig.getContactsFullUpdateIntervalMillis()).isEqualTo( in testDefaultValues()
85 assertThat(contactsIndexerConfig.getContactsFullUpdateIntervalMillis()).isEqualTo( in testCustomizedValues()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerConfig.java52 long getContactsFullUpdateIntervalMillis(); in getContactsFullUpdateIntervalMillis() method
DFrameworkContactsIndexerConfig.java58 public long getContactsFullUpdateIntervalMillis() { in getContactsFullUpdateIntervalMillis() method in FrameworkContactsIndexerConfig
DContactsIndexerUserInstance.java302 mContactsIndexerConfig.getContactsFullUpdateIntervalMillis()); in doFullUpdateAsync()