Home
last modified time | relevance | path

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

/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/Settings/tests/unit/src/com/android/settings/dashboard/
DCategoryManagerTest.java107 final DashboardCategory category2 = new DashboardCategory(oldCategory); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys() local
108 category2.addTile(tile2); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys()
110 mCategoryByKeyMap.put(oldCategory, category2); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys()
152 final DashboardCategory category2 = new DashboardCategory(oldCategory); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys() local
153 category2.addTile(tile2); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys()
155 mCategoryByKeyMap.put(oldCategory, category2); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCategoryProvider.java44 Category category2 = new com.android.wallpaper.testing.TestWallpaperCategory( in TestCategoryProvider() local
50 mCategories.add(category2); in TestCategoryProvider()