Searched refs:category1 (Results 1 – 3 of 3) sorted by relevance
105 final DashboardCategory category1 = new DashboardCategory(CategoryKey.CATEGORY_ACCOUNT); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys() local106 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() local128 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() local151 category1.addTile(tile1); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys()154 mCategoryByKeyMap.put(CategoryKey.CATEGORY_ACCOUNT, category1); in mergeSecurityPrivacyKeys_safetyCenterEnabled_shouldNotChangeOtherKeys()
74 public int compare(Category category1, Category category2) { in compare() argument75 return getPriority(category1) - getPriority(category2); in compare()
36 Category category1 = new ImageCategory( in TestCategoryProvider() local49 mCategories.add(category1); in TestCategoryProvider()