Home
last modified time | relevance | path

Searched refs:COLUMN_INTENT_ACTION (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/provider/
H A DSearchIndexablesContract.java121 XmlResource.COLUMN_INTENT_ACTION, // 4
150 RawData.COLUMN_INTENT_ACTION, // 9
376 public static final String COLUMN_INTENT_ACTION = "intentAction"; field in SearchIndexablesContract.BaseColumns
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
H A DPermissionSearchIndexablesProvider.java20 import static android.provider.SearchIndexablesContract.RawData.COLUMN_INTENT_ACTION;
65 .add(COLUMN_INTENT_ACTION, ACTION_MANAGE_PERMISSION_APPS); in queryRawData()
/aosp12/frameworks/base/packages/SettingsLib/SearchProvider/src/com/android/settingslib/searchprovider/
H A DSettingsXmlIndexProvider.java53 .add(XmlResource.COLUMN_INTENT_ACTION, indexableResource.intentAction) in queryXmlResources()
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencySearchIndexablesProvider.java64 .add(XmlResource.COLUMN_INTENT_ACTION, "android.intent.action.MAIN") in queryXmlResources()
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/search/
H A DSearchIndexablesContractTest.java54 assertThat(SearchIndexablesContract.RawData.COLUMN_INTENT_ACTION) in testRawColumns_matchContractIndexing()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/service/
H A DRoleSearchIndexablesProvider.java77 .add(SearchIndexablesContract.RawData.COLUMN_INTENT_ACTION, isExclusive in queryRawData()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DLauncherSearchIndexablesProvider.java57 .add(XmlResource.COLUMN_INTENT_ACTION, Intent.ACTION_APPLICATION_PREFERENCES) in queryXmlResources()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt9276 field public static final String COLUMN_INTENT_ACTION = "intentAction";