Home
last modified time | relevance | path

Searched defs:categories (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardManagerTest.java389 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_noSuggestionCards_shouldNotHaveHalfCards() local
409 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_oneSuggestionCards_shouldNotHaveHalfCards() local
429 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_twoConsecutiveSuggestionCards_shouldHaveTwoHalfCards() local
453 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_twoNonConsecutiveSuggestionCards_shouldNotHaveHalfCards() local
474 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_threeConsecutiveSuggestionCards_shouldHaveTwoHalfCards() local
498 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_fourConsecutiveSuggestionCards_shouldHaveFourHalfCards() local
532 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_hasDeferredSetupCard_shouldHaveDeferredSetupCard() local
550 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_noDeferredSetupCard_shouldNotHaveDeferredSetupCard() local
590 List<Integer> categories) { in buildCategoriedCards()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOptionProvider.java41 String... categories) { in ThemeComponentOptionProvider()
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerActivity.java69 String[] categories = intent.getStringArrayExtra( in onResume() local
123 private ArrayList<ResolveInfo> getComponents(String[] packages, String[] categories) { in getComponents()
DLensResolverActivity.java96 Set<String> categories = mResolveIntent.getCategories(); in onCreate() local
219 Set<String> categories = filterIntent.getCategories(); in buildIntentFilterForResolveInfo() local
DLensPickerTrampolineActivity.java85 String[] categories = intent.getStringArrayExtra( in onCreate() local
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DCarLauncher.java110 Set<String> categories = intent.getCategories(); in onNewIntent() local
/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/
DIntentFilterData.java63 public IntentFilterData(@NonNull String action, @NonNull List<String> categories, in IntentFilterData()
DRoles.java541 List<String> categories = new ArrayList<>(); in parseIntentFilterData() local
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
DOneTimeInitializer.java113 final Set<String> categories = intent.getCategories(); in updateDialtactsLauncher() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppListerTest.java209 final Set<String> categories = intent.getCategories(); in isLaunchIntentFor() field in InstalledAppListerTest
DInstalledAppCounterTest.java253 final Set<String> categories = intent.getCategories(); in isLaunchIntentFor() field in InstalledAppCounterTest
/packages/apps/Traceur/src/com/google/android/traceur/
DMainFragment.java254 Set<String> categories = mTags.getValues(); in refreshUi() local
/packages/services/Telephony/src/com/android/phone/
DEccShortcutAdapter.java167 @NonNull List<Integer> categories) { in prepareEccMaterial()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/search/
DSettingsSearchIndexablesProvider.java167 final List<DashboardCategory> categories = FeatureFactory.getFactory(context) in querySiteMapPairs() local
/packages/apps/Settings/src/com/android/settings/search/
DSettingsSearchIndexablesProvider.java167 final List<DashboardCategory> categories = FeatureFactory.getFactory(context) in querySiteMapPairs() local
/packages/apps/Settings/src/com/android/settings/
DSettingsActivity.java260 ArrayList<DashboardCategory> categories = in onCreate() local
647 final List<DashboardCategory> categories = mDashboardFeatureProvider.getAllCategories(); in doUpdateTilesList() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsActivity.java262 ArrayList<DashboardCategory> categories = in onCreate() local
604 final List<DashboardCategory> categories = mDashboardFeatureProvider.getAllCategories(); in doUpdateTilesList() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java988 public CategoryAdapter(List<Category> categories) { in CategoryAdapter()