Home
last modified time | relevance | path

Searched refs:CATEGORY_DEFAULT (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/docs/html/guide/topics/manifest/
Dcategory-element.jd31 {@link android.content.Intent#CATEGORY_DEFAULT} category in the intent filter. The methods
34 as if they declared the {@link android.content.Intent#CATEGORY_DEFAULT} category.
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java126 intent.addCategory(Intent.CATEGORY_DEFAULT); in buildSendIntent()
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd82 {@link android.content.Intent#CATEGORY_DEFAULT} by default.
146 {@link android.content.Intent#CATEGORY_DEFAULT} category in the intent filter. The methods {@link
149 declared the {@link android.content.Intent#CATEGORY_DEFAULT} category. If you do not declare it
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java725 + filter.hasCategory(Intent.CATEGORY_DEFAULT)); in buildResolveList()
726 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) { in buildResolveList()
/frameworks/base/docs/html/training/secure-file-sharing/
Dshare-file.jd69 categories {@link android.content.Intent#CATEGORY_DEFAULT CATEGORY_DEFAULT} and
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryFragment.java561 intent.addCategory(Intent.CATEGORY_DEFAULT); in onShareDocuments()
568 intent.addCategory(Intent.CATEGORY_DEFAULT); in onShareDocuments()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsApplication.java620 intentFilter.addCategory(Intent.CATEGORY_DEFAULT); in replacePreferredActivity()
/frameworks/base/docs/html/training/app-indexing/
Ddeep-linking.jd46 The {@link android.content.Intent#CATEGORY_DEFAULT DEFAULT} category is
/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd67 >&lt;category android:name="android.intent.category.CATEGORY_DEFAULT" /&gt;</a></code>
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd498 {@link android.content.Intent#CATEGORY_DEFAULT} category in the intent filter. The methods
501 as if they declared the {@link android.content.Intent#CATEGORY_DEFAULT} category.
761 Android automatically applies the the {@link android.content.Intent#CATEGORY_DEFAULT} category
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java616 filter.addCategory(Intent.CATEGORY_DEFAULT); in onIntentSelected()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java2278 if (cat.equals(Intent.CATEGORY_DEFAULT)) { in applyDefaultPreferredActivityLPw()
2430 filter.addCategory(Intent.CATEGORY_DEFAULT); in applyDefaultPreferredActivityLPw()
/frameworks/base/core/java/android/content/
DIntent.java2797 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in Intent
/frameworks/base/core/java/android/content/pm/
DPackageParser.java4162 outInfo.hasDefault = outInfo.hasCategory(Intent.CATEGORY_DEFAULT); in parseIntent()
/frameworks/base/api/
Dsystem-current.txt7958 field public static final java.lang.String CATEGORY_DEFAULT = "android.intent.category.DEFAULT";
Dcurrent.txt7714 field public static final java.lang.String CATEGORY_DEFAULT = "android.intent.category.DEFAULT";