Searched refs:IndexerType (Results 1 – 2 of 2) sorted by relevance
41 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()
40 @interface IndexerType {} annotation44 static IndexerMaintenanceConfig getConfigForIndexer(@IndexerType int indexerType) { in getConfigForIndexer()