Home
last modified time | relevance | path

Searched refs:getCategories (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsLicenseActivityTest.java61 assertThat(actual.getCategories()).isEqualTo(expected.getCategories()); in assertEqualIntents()
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/about/
DLicenseActivityTest.java63 assertThat(actual.getCategories()).isEqualTo(expected.getCategories()); in assertEqualIntents()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/client /
DWallpaperCategoryClient.kt28 suspend fun getCategories(): List<CategoryModel> method
DDefaultWallpaperCategoryClient.kt100 override suspend fun getCategories(): List<CategoryModel> { in <lambda>() method in com.android.wallpaper.picker.category.client.DefaultWallpaperCategoryClient
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DTaskCategoryManager.java103 && taskInfo.baseIntent.getCategories() != null in isHomeIntent()
104 && taskInfo.baseIntent.getCategories().contains(Intent.CATEGORY_HOME); in isHomeIntent()
/packages/apps/Settings/src/com/android/settings/dashboard/
DCategoryManager.java83 public synchronized List<DashboardCategory> getCategories(Context context) { in getCategories() method in CategoryManager
160 mCategories = TileUtils.getCategories(context, mTileByComponentCache); in tryInitCategories()
DDashboardFeatureProviderImpl.java114 return mCategoryManager.getCategories(mContext); in getAllCategories()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageManagerHelper.java279 && launchIntent.getCategories() != null in isLauncherAppTarget()
280 && launchIntent.getCategories().size() == 1 in isLauncherAppTarget()
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DNoActivityRelatedPermissionTest.java95 && intent.getCategories().size() == 1 in isHomeIntent()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/legal/
DModuleLicensePreferenceTest.java71 assertThat(intent.getCategories()).contains(Intent.CATEGORY_DEFAULT); in onClick_sendsCorrectIntent()
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DIntentFilterData.java77 public List<String> getCategories() { in getCategories() method in IntentFilterData
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DAlbumsTabFragment.java62 mPickerViewModel.getCategories().observe(this, categoryList -> { in onViewCreated()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DApplicationListFragmentTest.java95 public void getCategories() { in getCategories() method in ApplicationListFragmentTest
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetsModel.java273 private IntSet getCategories(ComponentName providerName, Context context) { in getCategories() method in WidgetsModel
288 IntSet categories = getCategories(providerName, context); in getWidgetProviderInfoByProviderName()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/category/data/
DDefaultWallpaperCategoryClientTest.kt126 val categoryModel = async { defaultWallpaperCategoryClient.getCategories() }.await() in getSystemCategories()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonSelectionStateController.java168 String[] categories = carSystemBarButton.getCategories(); in addButtonWithSelectionState()
DCarSystemBarButton.java205 public String[] getCategories() { in getCategories() method in CarSystemBarButton
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppListerTest.java213 final Set<String> categories = intent.getCategories(); in isLaunchIntentFor()
DInstalledAppCounterTest.java345 final Set<String> categories = intent.getCategories(); in isLaunchIntentFor()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DKitchenSinkActivity.java399 if (intent.getCategories() != null in onNewIntent()
400 && intent.getCategories().contains( in onNewIntent()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewTest.java142 assertThat(mIntentCaptor.getValue().getCategories()) in onClickManageButton_categoryDefault()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DDevicePolicyControllerImplTest.java575 assertThat(intent.getCategories()).containsExactly(Intent.CATEGORY_HOME); in getLaunchIntentForCurrentState_withProvisionSucceededStateAndKioskAppInstalled()
595 assertThat(intent.getCategories()).containsExactly(Intent.CATEGORY_LAUNCHER); in getLaunchIntentForCurrentState_withProvisionSucceededStateAndKioskAppWithoutHomeCateg()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverActivity.java406 final Set<String> categories = intent.getCategories();
610 Set<String> categories = filterIntent.getCategories();
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelTest.java233 final List<Category> categoryList = mPickerViewModel.getCategories().getValue(); in testGetCategories()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java2599 if (intent.getCategories() == null
2600 || !intent.getCategories().contains(Intent.CATEGORY_HOME)) {

12