Searched refs:mContactsIndexerConfig (Results 1 – 3 of 3) sorted by relevance
86 private final ContactsIndexerConfig mContactsIndexerConfig; field in ContactsIndexerUserInstance166 mContactsIndexerConfig = Objects.requireNonNull(contactsIndexerConfig); in ContactsIndexerUserInstance()273 mContactsIndexerConfig.getContactsFirstRunIndexingLimit(), in doCp2SyncFirstRun()302 mContactsIndexerConfig.getContactsFullUpdateIntervalMillis()); in doFullUpdateAsync()342 mContactsIndexerConfig.getContactsFullUpdateLimit(), in doFullUpdateInternalAsync()374 mContactsIndexerConfig.shouldKeepUpdatingOnError()); in doFullUpdateInternalAsync()460 mContactsIndexerConfig.getContactsDeltaUpdateLimit(), in scheduleDeltaUpdateLocked()528 mContactsIndexerConfig.shouldKeepUpdatingOnError()) in doDeltaUpdateAsync()
64 private final ContactsIndexerConfig mContactsIndexerConfig; field in ContactsIndexerManagerService77 mContactsIndexerConfig = Objects.requireNonNull(contactsIndexerConfig); in ContactsIndexerManagerService()105 userContext, contactsDir, mContactsIndexerConfig); in onUserUnlocking()
82 private final ContactsIndexerConfig mContactsIndexerConfig; field in AppSearchHelper112 mContactsIndexerConfig = Objects.requireNonNull(contactsIndexerConfig); in AppSearchHelper()225 .addSchemas(ContactPoint.SCHEMA, Person.getSchema(mContactsIndexerConfig)) in setPersonSchemaAsync()