/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/ |
D | ContextualCardManagerTest.java | 389 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/ |
D | ThemeComponentOptionProvider.java | 41 String... categories) { in ThemeComponentOptionProvider()
|
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
D | LensPickerActivity.java | 69 String[] categories = intent.getStringArrayExtra( in onResume() local 123 private ArrayList<ResolveInfo> getComponents(String[] packages, String[] categories) { in getComponents()
|
D | LensResolverActivity.java | 96 Set<String> categories = mResolveIntent.getCategories(); in onCreate() local 219 Set<String> categories = filterIntent.getCategories(); in buildIntentFilterForResolveInfo() local
|
D | LensPickerTrampolineActivity.java | 85 String[] categories = intent.getStringArrayExtra( in onCreate() local
|
/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/ |
D | IntentFilterData.java | 63 public IntentFilterData(@NonNull String action, @NonNull List<String> categories, in IntentFilterData()
|
D | Roles.java | 541 List<String> categories = new ArrayList<>(); in parseIntentFilterData() local
|
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
D | CarLauncher.java | 121 Set<String> categories = intent.getCategories(); in onNewIntent() local
|
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/ |
D | OneTimeInitializer.java | 113 final Set<String> categories = intent.getCategories(); in updateDialtactsLauncher() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | InstalledAppListerTest.java | 209 final Set<String> categories = intent.getCategories(); in isLaunchIntentFor() field in InstalledAppListerTest
|
D | InstalledAppCounterTest.java | 253 final Set<String> categories = intent.getCategories(); in isLaunchIntentFor() field in InstalledAppCounterTest
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | MainFragment.java | 256 Set<String> categories = mTags.getValues(); in refreshUi() local
|
/packages/services/Telephony/src/com/android/phone/ |
D | EccShortcutAdapter.java | 167 @NonNull List<Integer> categories) { in prepareEccMaterial()
|
/packages/apps/Settings/src/com/android/settings/search/ |
D | SettingsSearchIndexablesProvider.java | 167 final List<DashboardCategory> categories = FeatureFactory.getFactory(context) in querySiteMapPairs() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/search/ |
D | SettingsSearchIndexablesProvider.java | 167 final List<DashboardCategory> categories = FeatureFactory.getFactory(context) in querySiteMapPairs() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | SettingsActivity.java | 262 ArrayList<DashboardCategory> categories = in onCreate() local 604 final List<DashboardCategory> categories = mDashboardFeatureProvider.getAllCategories(); in doUpdateTilesList() local
|
/packages/apps/Settings/src/com/android/settings/ |
D | SettingsActivity.java | 260 ArrayList<DashboardCategory> categories = in onCreate() local 647 final List<DashboardCategory> categories = mDashboardFeatureProvider.getAllCategories(); in doUpdateTilesList() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | CategoryFragment.java | 990 public CategoryAdapter(List<Category> categories) { in CategoryAdapter()
|