Home
last modified time | relevance | path

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

123

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DCrossProfileIntentFiltersHelper.java38 mimeTypeCallEmergency.addCategory(Intent.CATEGORY_DEFAULT); in setFilters()
39 mimeTypeCallEmergency.addCategory(Intent.CATEGORY_BROWSABLE); in setFilters()
55 callWithDataEmergency.addCategory(Intent.CATEGORY_DEFAULT); in setFilters()
56 callWithDataEmergency.addCategory(Intent.CATEGORY_BROWSABLE); in setFilters()
67 mimeTypeDial.addCategory(Intent.CATEGORY_DEFAULT); in setFilters()
68 mimeTypeDial.addCategory(Intent.CATEGORY_BROWSABLE); in setFilters()
87 dialWithData.addCategory(Intent.CATEGORY_DEFAULT); in setFilters()
88 dialWithData.addCategory(Intent.CATEGORY_BROWSABLE); in setFilters()
98 dialNoData.addCategory(Intent.CATEGORY_DEFAULT); in setFilters()
99 dialNoData.addCategory(Intent.CATEGORY_BROWSABLE); in setFilters()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DDefaultBrowserPreference.java101 intent.addCategory(Intent.CATEGORY_BROWSABLE); in updateDefaultBrowserPreference()
123 intent.addCategory(Intent.CATEGORY_BROWSABLE); in resolveBrowserApps()
180 intent.addCategory(Intent.CATEGORY_BROWSABLE); in hasBrowserPreference()
DDefaultHomePreference.java43 mHomeFilter.addCategory(Intent.CATEGORY_HOME); in DefaultHomePreference()
44 mHomeFilter.addCategory(Intent.CATEGORY_DEFAULT); in DefaultHomePreference()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPrivateVolumeSettings.java208 addCategory(screen, userInfo.name) : screen; in update()
216 PreferenceGroup otherUsers = addCategory(screen, in update()
253 private PreferenceCategory addCategory(PreferenceGroup group, CharSequence title) { in addCategory() method in PrivateVolumeSettings
441 intent.addCategory(Intent.CATEGORY_DEFAULT); in onPreferenceTreeClick()
447 intent.addCategory(Intent.CATEGORY_DEFAULT); in onPreferenceTreeClick()
453 intent.addCategory(Intent.CATEGORY_DEFAULT); in onPreferenceTreeClick()
/packages/apps/TV/src/com/android/tv/customization/
DTvCustomizationManager.java94 customOptionIntent.addCategory(intentCategory); in buildCustomActions()
119 intent.addCategory(intentCategory); in buildCustomActions()
/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/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompatV16.java62 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getActivityList()
84 launchIntent.addCategory(Intent.CATEGORY_LAUNCHER); in startActivityForProfile()
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
DDreamTheaterActivity.java12 .addCategory("android.intent.category.DREAM"), in onStart()
/packages/apps/Dialer/tests/src/com/android/dialer/
DDialerLaunchPerformance.java34 mIntent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate()
/packages/apps/Contacts/tests/src/com/android/contacts/
DContactsLaunchPerformance.java34 mIntent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSettings.java272 final boolean addCategory = profilesCount > 1; in updateUi()
274 updateProfileUi(profiles.get(i), addCategory, preferenceScreen); in updateUi() local
291 private void updateProfileUi(final UserInfo userInfo, boolean addCategory, in updateProfileUi() argument
296 if (addCategory) { in updateProfileUi()
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraButtonIntentReceiver.java48 i.addCategory(Intent.CATEGORY_LAUNCHER); in onReceive()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DFallbackHome.java59 .addCategory(Intent.CATEGORY_HOME); in maybeFinish()
/packages/apps/Settings/src/com/android/settings/
DFallbackHome.java68 .addCategory(Intent.CATEGORY_HOME); in maybeFinish()
DSettingsLicenseActivity.java65 intent.addCategory(Intent.CATEGORY_DEFAULT); in onCreate()
DManualDisplayActivity.java68 intent.addCategory(Intent.CATEGORY_DEFAULT); in onCreate()
DSettingsInitialize.java69 intent.addCategory(Intent.CATEGORY_DEFAULT); in managedProfileSetup()
DHomeSettings.java96 mHomeFilter.addCategory(Intent.CATEGORY_HOME); in HomeSettings()
97 mHomeFilter.addCategory(Intent.CATEGORY_DEFAULT); in HomeSettings()
DCreateShortcut.java45 targetIntent.addCategory("com.android.settings.SHORTCUT"); in getTargetIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
DLicenseActivity.java68 intent.addCategory(Intent.CATEGORY_DEFAULT); in onCreate()
/packages/apps/Launcher3/tests/src/com/android/launcher3/
DRotationPreferenceTest.java71 .addCategory(Intent.CATEGORY_HOME)
DQuickAddWidgetTest.java37 .addCategory(Intent.CATEGORY_HOME) in setUp()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DInactiveApps.java67 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in init()
/packages/apps/Launcher2/src/com/android/launcher2/
DApplicationInfo.java83 intent.addCategory(Intent.CATEGORY_LAUNCHER); in ApplicationInfo()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DInactiveApps.java69 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in init()

123