HomeSort by relevance Sort by last modified time
    Searched defs:searchable (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/server/search/
Searchables.java 36 * This class maintains the information about all searchable activities.
76 * presence of a "android.app.searchable" meta-data attribute.
81 * case the factory will "redirect" and return the searchable data.</li>
86 * TODO: it might make sense to implement the searchable reference as
89 * TODO: can we skip the constructor step if it's a non-searchable?
94 * activity does not define any explicit searchable metadata.
104 // Step 2. See if the current activity references a searchable.
107 // References must point directly to searchable activities.
164 * activities that are searchable, by iterating the entire set of
215 SearchableInfo searchable = SearchableInfo.getActivityMetaData(mContext, ai) local
218 newSearchablesMap.put(searchable.getSearchActivity(), searchable); local
    [all...]
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 60 SearchableInfo searchable = mSearchManager.getSearchableInfo(componentName); local
61 if (searchable == null || searchable.getSuggestAuthority() == null) {
62 throw new RuntimeException("Component is not searchable: "
65 return searchable;
92 final SearchableInfo searchable = getSearchable(componentName); local
99 long t = checkSourceInternal(src, searchable, prefix);
134 SearchableInfo searchable = getSearchable(componentName); local
135 return checkSourceInternal(src, searchable, query);
138 private long checkSourceInternal(String src, SearchableInfo searchable, String query)
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 368 const uint16 * id1, uint16 len1, const UserDictSearchable *searchable) {
369 if (len1 < searchable->splids_len)
374 for (i = 0; i < searchable->splids_len; i++) {
377 const char py2 = ((searchable->signature[i/4] & (0xff << off)) >> off);
386 const uint16 * id1, uint16 len1, const UserDictSearchable *searchable) {
387 if (len1 < searchable->splids_len)
389 if (len1 > searchable->splids_len)
397 const char py2 = ((searchable->signature[i/4] & (0xff << off)) >> off);
409 const UserDictSearchable *searchable) {
410 if (fulllen < searchable->splids_len
529 UserDictSearchable searchable; local
    [all...]
  /frameworks/base/core/java/android/app/
SearchableInfo.java 43 * See <a href="{@docRoot}guide/topics/search/searchable-config.html">Searchable Configuration</a>
58 private static final String MD_LABEL_SEARCHABLE = "android.app.searchable";
59 private static final String MD_XML_ELEMENT_SEARCHABLE = "searchable";
123 * Gets the component name of the searchable activity.
243 * Get the context for the searchable activity.
246 * @return Returns a context related to the searchable activity
301 * @param activityContext runtime context for the activity that the searchable info is about.
304 * @param cName The component name of the searchable activity
311 com.android.internal.R.styleable.Searchable);
522 SearchableInfo searchable = getActivityMetaData(context, xml, cName); local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 269 milliseconds