HomeSort by relevance Sort by last modified time
    Searched refs:SearchIndexablesContract (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/search/
SettingsSearchIndexablesProvider.java 26 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_RANK;
27 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_RESID;
28 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_CLASS_NAME;
29 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_ICON_RESID;
30 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_ACTION;
31 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_TARGET_PACKAGE;
32 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_TARGET_CLASS;
34 import static android.provider.SearchIndexablesContract.INDEXABLES_XML_RES_COLUMNS;
35 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;
36 import static android.provider.SearchIndexablesContract.NON_INDEXABLES_KEYS_COLUMNS
    [all...]
Index.java 37 import android.provider.SearchIndexablesContract;
61 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_NON_INDEXABLE_KEYS_KEY_VALUE;
62 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_RANK;
63 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_TITLE;
64 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_SUMMARY_ON;
65 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_SUMMARY_OFF;
66 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_ENTRIES;
67 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_KEYWORDS;
68 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_SCREEN_TITLE;
69 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_CLASS_NAME
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneSearchIndexablesProvider.java 24 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_RANK;
25 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_RESID;
26 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_CLASS_NAME;
27 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_ICON_RESID;
28 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_ACTION;
29 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_TARGET_PACKAGE;
30 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_TARGET_CLASS;
32 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;
33 import static android.provider.SearchIndexablesContract.INDEXABLES_XML_RES_COLUMNS;
34 import static android.provider.SearchIndexablesContract.NON_INDEXABLES_KEYS_COLUMNS
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java 28 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_NON_INDEXABLE_KEYS_KEY_VALUE;
29 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_RANK;
30 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_RESID;
31 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_CLASS_NAME;
32 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_ICON_RESID;
33 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_ACTION;
34 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_TARGET_PACKAGE;
35 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_TARGET_CLASS;
37 import static android.provider.SearchIndexablesContract.INDEXABLES_RAW_COLUMNS;
38 import static android.provider.SearchIndexablesContract.INDEXABLES_XML_RES_COLUMNS
    [all...]
  /frameworks/base/core/java/android/provider/
SearchIndexablesProvider.java 34 * @see SearchIndexablesContract
82 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_XML_RES_PATH,
84 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_RAW_PATH,
86 mMatcher.addURI(mAuthority, SearchIndexablesContract.NON_INDEXABLES_KEYS_PATH,
119 * Returns all {@link android.provider.SearchIndexablesContract.XmlResource}.
123 * @param projection list of {@link android.provider.SearchIndexablesContract.XmlResource}
130 * Returns all {@link android.provider.SearchIndexablesContract.RawData}.
134 * @param projection list of {@link android.provider.SearchIndexablesContract.RawData} columns
141 * Returns all {@link android.provider.SearchIndexablesContract.NonIndexableKey}.
145 * @param projection list of {@link android.provider.SearchIndexablesContract.NonIndexableKey
    [all...]
SearchIndexablesContract.java 26 public class SearchIndexablesContract {

Completed in 318 milliseconds