Home
last modified time | relevance | path

Searched refs:addCategory (Results 1 – 25 of 83) sorted by relevance

1234

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DCrossProfileIntentFiltersSetter.java52 .addCategory(Intent.CATEGORY_DEFAULT)
53 .addCategory(Intent.CATEGORY_BROWSABLE)
66 .addCategory(Intent.CATEGORY_DEFAULT)
67 .addCategory(Intent.CATEGORY_BROWSABLE)
78 .addCategory(Intent.CATEGORY_DEFAULT)
79 .addCategory(Intent.CATEGORY_BROWSABLE)
92 .addCategory(Intent.CATEGORY_DEFAULT)
93 .addCategory(Intent.CATEGORY_BROWSABLE)
106 .addCategory(Intent.CATEGORY_DEFAULT)
107 .addCategory(Intent.CATEGORY_BROWSABLE)
[all …]
DCrossProfileIntentFilter.java82 Builder addCategory(String category) { in addCategory() method in CrossProfileIntentFilter.Builder
83 mFilter.addCategory(category); in addCategory()
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerActivity.java178 intent.addCategory(Intent.CATEGORY_LAUNCHER); in resolvePackage()
185 intent.addCategory(Intent.CATEGORY_LAUNCHER); in resolveCategory()
186 intent.addCategory(category); in resolveCategory()
DLensResolverActivity.java213 filter.addCategory(cat); in buildIntentFilterForResolveInfo()
216 filter.addCategory(Intent.CATEGORY_DEFAULT); in buildIntentFilterForResolveInfo()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DCrossProfileIntentFilterTest.java52 .addCategory(CATEGORY_1) in testBuilder()
53 .addCategory(CATEGORY_2) in testBuilder()
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DDefaultHomePreferenceController.java40 HOME_FILTER.addCategory(Intent.CATEGORY_HOME);
41 HOME_FILTER.addCategory(Intent.CATEGORY_DEFAULT);
/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/
DPreferenceThemeTest.java75 .addCategory(Intent.CATEGORY_DEFAULT) in launchPhoneStatus()
83 .addCategory(Intent.CATEGORY_DEFAULT) in launchSetupWizardLockScreen()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsLicenseActivityTest.java81 intent.addCategory(Intent.CATEGORY_DEFAULT); in testOnCreateWithValidHtmlFile()
103 intent.addCategory(Intent.CATEGORY_DEFAULT); in testOnCreateWithGeneratedHtmlFile()
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
DHTMLViewerActivity.java157 intent.addCategory(Intent.CATEGORY_BROWSABLE); in shouldOverrideUrlLoading()
161 selector.addCategory(Intent.CATEGORY_BROWSABLE); in shouldOverrideUrlLoading()
/packages/apps/TV/src/com/android/tv/customization/
DTvCustomizationManager.java182 customOptionIntent.addCategory(intentCategory); in buildCustomActions()
199 intent.addCategory(intentCategory); in buildCustomActions()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPrivateVolumeSettings.java228 addCategory(screen, userInfo.name) : screen; in update()
236 PreferenceGroup otherUsers = addCategory(screen, in update()
273 private PreferenceCategory addCategory(PreferenceGroup group, CharSequence title) { in addCategory() method in PrivateVolumeSettings
532 intent.addCategory(Intent.CATEGORY_DEFAULT); in getIntentForStorage()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java279 intent.addCategory(Intent.CATEGORY_DEFAULT); in viewInOwner()
380 intent.addCategory(Intent.CATEGORY_DEFAULT); in shareSelectedDocuments()
384 intent.addCategory(Intent.CATEGORY_TYPED_OPENABLE); in shareSelectedDocuments()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java276 intent.addCategory(Intent.CATEGORY_DEFAULT); in invokeLanguageAndInputSettings()
295 intent.addCategory(Intent.CATEGORY_DEFAULT); in invokeSubtypeEnablerOfThisIme()
/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewBrowserActivity.java483 intent.addCategory(Intent.CATEGORY_BROWSABLE); in startBrowsingIntent()
487 selector.addCategory(Intent.CATEGORY_BROWSABLE); in startBrowsingIntent()
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
DDreamTheaterActivity.java12 .addCategory("android.intent.category.DREAM"), in onStart()
/packages/apps/Contacts/tests/src/com/android/contacts/
DContactsLaunchPerformance.java34 mIntent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate()
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraButtonIntentReceiver.java48 i.addCategory(Intent.CATEGORY_LAUNCHER); in onReceive()
/packages/apps/Launcher3/src/com/android/launcher3/
DPromiseAppInfo.java32 .addCategory(Intent.CATEGORY_LAUNCHER) in PromiseAppInfo()
/packages/apps/DocumentsUI/app-perf-tests/src/com/android/documentsui/
DLauncherActivity.java44 intent.addCategory(Intent.CATEGORY_OPENABLE); in onCreate()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java61 .addCategory(Intent.CATEGORY_LAUNCHER) in includeInCount()
DEnterpriseDefaultApps.java56 intent.addCategory(category); in buildIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationSettingsFragment.java47 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getLineItems()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DFallbackHome.java59 .addCategory(Intent.CATEGORY_HOME); in maybeFinish()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutInfoCompat.java45 .addCategory(INTENT_CATEGORY) in makeIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
DLicenseActivity.java68 intent.addCategory(Intent.CATEGORY_DEFAULT); in onCreate()

1234