Home
last modified time | relevance | path

Searched refs:IndexerType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/indexer/
DIndexerMaintenanceService.java41 import com.android.server.appsearch.indexer.IndexerMaintenanceConfig.IndexerType;
85 @IndexerType int indexerType, in scheduleUpdateJob()
136 @IndexerType int indexerType) { in cancelUpdateJob()
156 @IndexerType int indexerType) { in isUpdateJobScheduled()
171 @NonNull Context context, @NonNull UserHandle user, @IndexerType int indexerType) { in cancelUpdateJobIfScheduled()
191 @NonNull UserHandle userHandle, @IndexerType int indexerType) { in getJobIdForUser()
205 @IndexerType in onStartJob()
260 @IndexerType int indexerType = params.getExtras().getInt(INDEXER_TYPE, -1); in doUpdateForUser()
DIndexerMaintenanceConfig.java40 @interface IndexerType {} annotation
44 static IndexerMaintenanceConfig getConfigForIndexer(@IndexerType int indexerType) { in getConfigForIndexer()