Searched refs:category2 (Results 1 – 3 of 3) sorted by relevance
74 public int compare(Category category1, Category category2) { in compare() argument75 return getPriority(category1) - getPriority(category2); in compare()
107 final DashboardCategory category2 = new DashboardCategory(oldCategory); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys() local108 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() local153 category2.addTile(tile2); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys()155 mCategoryByKeyMap.put(oldCategory, category2); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys()
44 Category category2 = new com.android.wallpaper.testing.TestWallpaperCategory( in TestCategoryProvider() local50 mCategories.add(category2); in TestCategoryProvider()