Searched refs:shouldKeepUpdatingOnError (Results 1 – 6 of 6) sorted by relevance
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | ContactsIndexerImpl.java | 115 boolean shouldKeepUpdatingOnError) { in updatePersonCorpusAsync() argument 120 return batchRemoveContactsAsync(unWantedIds, updateStats, shouldKeepUpdatingOnError) in updatePersonCorpusAsync() 136 wantedContactIds, updateStats, shouldKeepUpdatingOnError)); in updatePersonCorpusAsync() 150 boolean shouldKeepUpdatingOnError) { in batchRemoveContactsAsync() argument 171 shouldKeepUpdatingOnError)); in batchRemoveContactsAsync() 188 boolean shouldKeepUpdatingOnError) { in batchUpdateContactsAsync() argument 205 shouldKeepUpdatingOnError); in batchUpdateContactsAsync() 229 if (!shouldKeepUpdatingOnError) { in batchUpdateContactsAsync() 250 shouldKeepUpdatingOnError)) in batchUpdateContactsAsync() 265 if (!shouldKeepUpdatingOnError) { in batchUpdateContactsAsync() [all …]
|
D | AppSearchHelper.java | 303 boolean shouldKeepUpdatingOnError) { in indexContactsAsync() argument 340 if (shouldKeepUpdatingOnError) { in indexContactsAsync() 381 if (shouldKeepUpdatingOnError) { in indexContactsAsync() 407 boolean shouldKeepUpdatingOnError) { in removeContactsByIdAsync() argument 449 && !shouldKeepUpdatingOnError) { in removeContactsByIdAsync() 481 if (shouldKeepUpdatingOnError) { in removeContactsByIdAsync() 500 boolean shouldKeepUpdatingOnError, 527 if (shouldKeepUpdatingOnError) { 582 boolean shouldKeepUpdatingOnError, 592 return getContactsByIdAsync(request, shouldKeepUpdatingOnError, updateStats)
|
D | ContactsIndexerConfig.java | 68 boolean shouldKeepUpdatingOnError(); in shouldKeepUpdatingOnError() method
|
D | FrameworkContactsIndexerConfig.java | 83 public boolean shouldKeepUpdatingOnError() { in shouldKeepUpdatingOnError() method in FrameworkContactsIndexerConfig
|
D | ContactsIndexerUserInstance.java | 396 mContactsIndexerConfig.shouldKeepUpdatingOnError()); in doFullUpdateInternalAsync() 552 mContactsIndexerConfig.shouldKeepUpdatingOnError()) in doDeltaUpdateAsync()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | FakeAppSearchHelper.java | 79 boolean shouldKeepUpdatingOnError) { in removeContactsByIdAsync() argument 86 @NonNull List<String> ids, boolean shouldKeepUpdatingOnError, in getContactsWithFingerprintsAsync() argument
|