Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ContactsIndexer/
DFrameworkContactsIndexerConfigTest.java42 assertThat(contactsIndexerConfig.getContactsFullUpdateLimit()).isEqualTo( in testDefaultValues()
87 assertThat(contactsIndexerConfig.getContactsFullUpdateLimit()).isEqualTo( in testCustomizedValues()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerConfig.java59 int getContactsFullUpdateLimit(); in getContactsFullUpdateLimit() method
DFrameworkContactsIndexerConfig.java66 public int getContactsFullUpdateLimit() { in getContactsFullUpdateLimit() method in FrameworkContactsIndexerConfig
DContactsIndexerUserInstance.java342 mContactsIndexerConfig.getContactsFullUpdateLimit(), in doFullUpdateInternalAsync()