/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | CrossProfileIntentFiltersSetter.java | 56 .addCategory(Intent.CATEGORY_DEFAULT) 57 .addCategory(Intent.CATEGORY_BROWSABLE) 70 .addCategory(Intent.CATEGORY_DEFAULT) 71 .addCategory(Intent.CATEGORY_BROWSABLE) 82 .addCategory(Intent.CATEGORY_DEFAULT) 83 .addCategory(Intent.CATEGORY_BROWSABLE) 96 .addCategory(Intent.CATEGORY_DEFAULT) 97 .addCategory(Intent.CATEGORY_BROWSABLE) 110 .addCategory(Intent.CATEGORY_DEFAULT) 111 .addCategory(Intent.CATEGORY_BROWSABLE) [all …]
|
D | CrossProfileIntentFilter.java | 94 Builder addCategory(String category) { in addCategory() method in CrossProfileIntentFilter.Builder 95 mFilter.addCategory(category); in addCategory()
|
/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/ |
D | PredictionService.java | 77 calendarIntent.addCategory(Intent.CATEGORY_APP_CALENDAR); in onCreate() 80 galleryIntent.addCategory(Intent.CATEGORY_APP_GALLERY); in onCreate() 83 mapsIntent.addCategory(Intent.CATEGORY_APP_MAPS); in onCreate() 86 emailIntent.addCategory(Intent.CATEGORY_APP_EMAIL); in onCreate() 89 browserIntent.addCategory(Intent.CATEGORY_APP_BROWSER); in onCreate()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperPickerDelegate.java | 171 addCategory(category, false); in updateThirdPartyCategories() 242 addCategory(liveWallpapersCategory, false); in updateLiveWallpapersCategories() 267 addCategory(category, true); in populateCategories() 288 public void addCategory(Category category, boolean fetchingAll) { in addCategory() method in WallpaperPickerDelegate 291 categoryFragment.addCategory(category, fetchingAll); in addCategory()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/managedomainurls/ |
D | DomainUrlsUtilsTest.java | 119 filter.addCategory(Intent.CATEGORY_BROWSABLE); in getHandledDomains_includeBrowsableIntentFiltersWithHttpDataScheme() 134 filter.addCategory(Intent.CATEGORY_BROWSABLE); in getHandledDomains_includeBrowsableIntentFiltersWithHttpsDataScheme() 149 filter.addCategory(Intent.CATEGORY_BROWSABLE); in getHandledDomains_excludeBrowsableIntentFiltersWithOtherDataScheme()
|
D | ClearDefaultsPreferenceControllerTest.java | 102 filter.addCategory(Intent.CATEGORY_HOME); in refreshUi_hasPreferredActivities_hasSummary() 137 filter.addCategory(Intent.CATEGORY_HOME); in performClick_hasUsbManager_hasPreferredActivities_clearsPreferredActivities()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/ |
D | CrossProfileIntentFilterTest.java | 55 .addCategory(CATEGORY_1) in testBuilder() 56 .addCategory(CATEGORY_2) in testBuilder()
|
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/model/ |
D | IntentFilterData.java | 103 intent.addCategory(category); in createIntent() 120 intentFilter.addCategory(category); in createIntentFilter()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | ActionCreateDocumentUiTest.java | 75 intent.addCategory(Intent.CATEGORY_DEFAULT); in testActionCreate_TextFile() 76 intent.addCategory(Intent.CATEGORY_OPENABLE); in testActionCreate_TextFile()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | SettingsLicenseActivityTest.java | 75 intent.addCategory(Intent.CATEGORY_DEFAULT); in testOnCreateWithValidHtmlFile() 96 intent.addCategory(Intent.CATEGORY_DEFAULT); in testOnCreateWithGeneratedHtmlFile()
|
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/about/ |
D | LicenseActivityTest.java | 77 intent.addCategory(Intent.CATEGORY_DEFAULT); in testOnCreateWithValidHtmlFile() 99 intent.addCategory(Intent.CATEGORY_DEFAULT); in testOnCreateWithGeneratedHtmlFile()
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
D | HTMLViewerActivity.java | 144 intent.addCategory(Intent.CATEGORY_BROWSABLE); in shouldOverrideUrlLoading() 148 selector.addCategory(Intent.CATEGORY_BROWSABLE); in shouldOverrideUrlLoading()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewComponentObserver.java | 77 .addCategory(Intent.CATEGORY_HOME) in OverviewComponentObserver() 88 .addCategory(Intent.CATEGORY_DEFAULT) in OverviewComponentObserver()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/ |
D | InstantAppButtonsPreferenceController.java | 121 intent.addCategory(Intent.CATEGORY_BROWSABLE); in initButtons() 148 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getDefaultLaunchUri()
|
/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | InstantAppButtonsPreferenceController.java | 121 intent.addCategory(Intent.CATEGORY_BROWSABLE); in initButtons() 148 intent.addCategory(Intent.CATEGORY_LAUNCHER); in getDefaultLaunchUri()
|
/packages/apps/TV/common/src/com/android/tv/common/customization/ |
D | CustomizationManager.java | 203 customOptionIntent.addCategory(intentCategory); in buildCustomActions() 227 intent.addCategory(intentCategory); in buildCustomActions()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 289 intent.addCategory(Intent.CATEGORY_DEFAULT); in viewInOwner() 393 intent.addCategory(Intent.CATEGORY_DEFAULT); in shareSelectedDocuments() 397 intent.addCategory(Intent.CATEGORY_TYPED_OPENABLE); in shareSelectedDocuments()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | DynamicItemCache.java | 201 .addCategory(Intent.CATEGORY_BROWSABLE) in loadInstantApp() 215 .addCategory(Intent.CATEGORY_LAUNCHER).setPackage(pkgName); in retrieveDefaultUrl()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | PrivateVolumeSettings.java | 229 addCategory(screen, userInfo.name) : screen; in update() 237 PreferenceGroup otherUsers = addCategory(screen, in update() 274 private PreferenceCategory addCategory(PreferenceGroup group, CharSequence title) { in addCategory() method in PrivateVolumeSettings 545 intent.addCategory(Intent.CATEGORY_DEFAULT); in getIntentForStorage()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivityTest.java | 132 setupIntent.addCategory(Intent.CATEGORY_SETUP_WIZARD); in onCreate_requestDiscoverableIntent_bypassforSetup_startsDiscoverableScan() 155 launchIntent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate_requestDiscoverableIntent_bypassforGeneric_noScanModeChange()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | PrivateVolumeSettings.java | 229 addCategory(screen, userInfo.name) : screen; in update() 237 PreferenceGroup otherUsers = addCategory(screen, in update() 274 private PreferenceCategory addCategory(PreferenceGroup group, CharSequence title) { in addCategory() method in PrivateVolumeSettings 531 intent.addCategory(Intent.CATEGORY_DEFAULT); in getIntentForStorage()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | BluetoothPrefs.java | 36 launchIntent.addCategory(BLUETOOTH_SETTING_CATEGORY); in onCreate()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | TestLauncherActivity.java | 31 .addCategory(CATEGORY_LAUNCHER) in getTargetIntent()
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | ContactsLaunchPerformance.java | 34 mIntent.addCategory(Intent.CATEGORY_LAUNCHER); in onCreate()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | CameraButtonIntentReceiver.java | 48 i.addCategory(Intent.CATEGORY_LAUNCHER); in onReceive()
|