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

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java 22 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_ACTION;
59 ref[COLUMN_INDEX_XML_RES_INTENT_ACTION] = "android.intent.action.MAIN";
  /packages/services/Telephony/src/com/android/phone/
PhoneSearchIndexablesProvider.java 22 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_ACTION;
68 ref[COLUMN_INDEX_XML_RES_INTENT_ACTION] = "android.intent.action.MAIN";
  /frameworks/base/core/java/android/provider/
SearchIndexablesContract.java 103 public static final int COLUMN_INDEX_XML_RES_INTENT_ACTION = 4;
  /packages/apps/Settings/src/com/android/settings/search/
SettingsSearchIndexablesProvider.java 35 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_ACTION;
103 ref[COLUMN_INDEX_XML_RES_INTENT_ACTION] = val.intentAction;
  /packages/apps/Settings/src/com/android/settings/search/indexing/
PreIndexDataCollector.java 62 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_ACTION;
154 final String action = cursor.getString(COLUMN_INDEX_XML_RES_INTENT_ACTION);
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
PreIndexDataCollector.java 36 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_XML_RES_INTENT_ACTION;
151 sir.intentAction = cursor.getString(COLUMN_INDEX_XML_RES_INTENT_ACTION);

Completed in 197 milliseconds