Home
last modified time | relevance | path

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

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardManagerTest.java483 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_noSuggestionCards_shouldNotHaveHalfCards() local
503 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_oneSuggestionCards_shouldNotHaveHalfCards() local
523 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_twoConsecutiveSuggestionCards_shouldHaveTwoHalfCards() local
547 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_twoNonConsecutiveSuggestionCards_shouldNotHaveHalfCards() local
568 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_threeConsecutiveSuggestionCards_shouldHaveTwoHalfCards() local
592 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_fourConsecutiveSuggestionCards_shouldHaveFourHalfCards() local
619 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_hasOneStickySlice_shouldHaveOneStickyCard() local
664 List<Integer> categories) { in buildCategoriedCards()
/packages/apps/Settings/src/com/android/settings/core/
DCategoryMixin.java126 void onCategoriesChanged(Set<String> categories) { in onCategoriesChanged()
156 void onCategoriesChanged(@Nullable Set<String> categories); in onCategoriesChanged()
178 protected void onPostExecute(Set<String> categories) { in onPostExecute()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/categories/
DHealthDataCategoriesFragmentTest.kt139 val categories = listOf( in seeAllCategoriesPreference_withNoData_isDisplayed() constant
160 val categories = listOf( in deleteAllData_withNoData_isDisabled() constant
/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc160 const char* provider_name, uint16_t categories, in bta_ar_reg_avrc()
211 uint16_t categories = 0; in bta_ar_dereg_avrc() local
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/categories/
DLoadHealthCategoriesUseCase.kt49 val categories = in <lambda>() constant
DHealthDataCategoryViewModel.kt62 data class WithData(val categories: List<HealthCategoryUiState>) : constant in com.android.healthconnect.controller.categories.HealthDataCategoryViewModel.CategoriesFragmentState.WithData
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOptionProvider.java41 String... categories) { in ThemeComponentOptionProvider()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_sdp.cc37 const char* p_provider_name, uint16_t categories, in AVRC_AddRecord()
Dmock_bta_ar.cc50 const char* provider_name, uint16_t categories, in bta_ar_reg_avrc()
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DIntentFilterData.java63 public IntentFilterData(@NonNull String action, @NonNull List<String> categories, in IntentFilterData()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java96 final IntSet categories; in parseWidgetSectionsXml() local
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc482 uint16_t categories = sdp_attribute->attr_value.v.u16; in SdpCb() local
531 uint16_t categories = sdp_attribute->attr_value.v.u16; in SdpCb() 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/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc196 const char* p_provider_name, uint16_t categories, in AVRC_AddRecord()
/packages/services/Telephony/src/com/android/phone/
DEccShortcutAdapter.java167 @NonNull List<Integer> categories) { in prepareEccMaterial()
/packages/apps/Traceur/uitests/src/com/android/traceur/uitest/
DTraceurAppTests.java210 List<UiObject2> categories = getTraceCategories(); in testTraceCategoriesExist() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonSelectionStateController.java168 String[] categories = carSystemBarButton.getCategories(); in addButtonWithSelectionState() local
/packages/apps/Traceur/src/com/android/traceur/
DMainFragment.java330 Set<String> categories = mTags.getValues(); in refreshUi() local
DPerfettoUtils.java234 List<AtraceCategory> categories = null; in perfettoListCategories() local
/packages/apps/Settings/src/com/android/settings/
DSettingsActivity.java322 ArrayList<DashboardCategory> categories = in createUiFromIntent() local
871 final List<DashboardCategory> categories = mDashboardFeatureProvider.getAllCategories(); in doUpdateTilesList() local
/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
DWidgetsModel.java247 IntSet categories = widgetsToCategories.get(item.componentName); in getPackageUserKeys() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCategoryProvider.java312 List<Category> categories = new ArrayList<>(); in getSystemCategories() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DAutoPermissionAppsFragment.java164 private void onPackagesLoaded(Map<Category, List<Pair<String, UserHandle>>> categories) { in onPackagesLoaded()
/packages/apps/Settings/src/com/android/settings/search/
DSettingsSearchIndexablesProvider.java203 final List<DashboardCategory> categories = FeatureFactory.getFactory(context) in querySiteMapPairs() local

12