Searched refs:COLUMN_INTENT_ACTION (Results 1 – 8 of 8) sorted by relevance
121 XmlResource.COLUMN_INTENT_ACTION, // 4150 RawData.COLUMN_INTENT_ACTION, // 9376 public static final String COLUMN_INTENT_ACTION = "intentAction"; field in SearchIndexablesContract.BaseColumns
20 import static android.provider.SearchIndexablesContract.RawData.COLUMN_INTENT_ACTION;65 .add(COLUMN_INTENT_ACTION, ACTION_MANAGE_PERMISSION_APPS); in queryRawData()
53 .add(XmlResource.COLUMN_INTENT_ACTION, indexableResource.intentAction) in queryXmlResources()
64 .add(XmlResource.COLUMN_INTENT_ACTION, "android.intent.action.MAIN") in queryXmlResources()
54 assertThat(SearchIndexablesContract.RawData.COLUMN_INTENT_ACTION) in testRawColumns_matchContractIndexing()
77 .add(SearchIndexablesContract.RawData.COLUMN_INTENT_ACTION, isExclusive in queryRawData()
57 .add(XmlResource.COLUMN_INTENT_ACTION, Intent.ACTION_APPLICATION_PREFERENCES) in queryXmlResources()
9276 field public static final String COLUMN_INTENT_ACTION = "intentAction";