Home
last modified time | relevance | path

Searched refs:shouldKeepUpdatingOnError (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerImpl.java115 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 …]
DAppSearchHelper.java303 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)
DContactsIndexerConfig.java68 boolean shouldKeepUpdatingOnError(); in shouldKeepUpdatingOnError() method
DFrameworkContactsIndexerConfig.java83 public boolean shouldKeepUpdatingOnError() { in shouldKeepUpdatingOnError() method in FrameworkContactsIndexerConfig
DContactsIndexerUserInstance.java396 mContactsIndexerConfig.shouldKeepUpdatingOnError()); in doFullUpdateInternalAsync()
552 mContactsIndexerConfig.shouldKeepUpdatingOnError()) in doDeltaUpdateAsync()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DFakeAppSearchHelper.java79 boolean shouldKeepUpdatingOnError) { in removeContactsByIdAsync() argument
86 @NonNull List<String> ids, boolean shouldKeepUpdatingOnError, in getContactsWithFingerprintsAsync() argument