Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:Source

9  * Search source set.
16 Collection<Source> getSources();
19 * Gets a source by name.
21 * @return A source, or {@code null} if no source with the given name exists.
23 Source getSource(String name);
26 * Gets the web search source.
28 Source getWebSearchSource();
31 * Creates a new source for a specific component.
33 * @return a new {@code Source} corresponding to {@code component}.
35 Source createSourceFor(ComponentName component);