Home
last modified time | relevance | path

Searched refs:category1 (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/
DCategoryManagerTest.java105 final DashboardCategory category1 = new DashboardCategory(CategoryKey.CATEGORY_ACCOUNT); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys() local
106 category1.addTile(tile1); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys()
109 mCategoryByKeyMap.put(CategoryKey.CATEGORY_ACCOUNT, category1); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys()
127 final DashboardCategory category1 = new DashboardCategory(oldCategory); in backwardCompatCleanupForCategory_shouldChangeCategoryForOldKeys() local
128 category1.addTile(tile1); in backwardCompatCleanupForCategory_shouldChangeCategoryForOldKeys()
129 mCategoryByKeyMap.put(oldCategory, category1); in backwardCompatCleanupForCategory_shouldChangeCategoryForOldKeys()
150 final DashboardCategory category1 = new DashboardCategory(CategoryKey.CATEGORY_ACCOUNT); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys() local
151 category1.addTile(tile1); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys()
154 mCategoryByKeyMap.put(CategoryKey.CATEGORY_ACCOUNT, category1); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/util/
DCategoryOrganiserUtils.java74 public int compare(Category category1, Category category2) { in compare() argument
75 return getPriority(category1) - getPriority(category2); in compare()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCategoryProvider.java36 Category category1 = new ImageCategory( in TestCategoryProvider() local
49 mCategories.add(category1); in TestCategoryProvider()