Searched refs:IndexerLocalService (Results 1 – 7 of 7) sorted by relevance
22 import com.android.server.appsearch.indexer.IndexerLocalService;37 public Class<? extends IndexerLocalService> getLocalService() { in getLocalService()
42 import com.android.server.appsearch.indexer.IndexerLocalService;251 public class LocalService implements IndexerLocalService {
21 import com.android.server.appsearch.indexer.IndexerLocalService;36 public Class<? extends IndexerLocalService> getLocalService() { in getLocalService()
41 import com.android.server.appsearch.indexer.IndexerLocalService;255 public class LocalService implements IndexerLocalService {
31 public interface IndexerLocalService { interface
61 Class<? extends IndexerLocalService> getLocalService(); in getLocalService()
264 Class<? extends IndexerLocalService> indexerLocalService = in doUpdateForUser()266 IndexerLocalService service = LocalManagerRegistry.getManager(indexerLocalService); in doUpdateForUser()