Searched refs:SearchIndexableIntentResource (Results 1 – 1 of 1) sorted by relevance
46 final Collection<SearchIndexableIntentResource> resources = getIntentResources(); in queryXmlResources()48 for (SearchIndexableIntentResource indexableResource : resources) { in queryXmlResources()91 protected abstract Collection<SearchIndexableIntentResource> getIntentResources(); in getIntentResources()97 public static final class SearchIndexableIntentResource extends SearchIndexableResource { class in SettingsXmlIndexProvider105 public SearchIndexableIntentResource(int xmlResId, String intentAction, in SearchIndexableIntentResource() method in SettingsXmlIndexProvider.SearchIndexableIntentResource