Searched refs:mCategoryManager (Results 1 – 2 of 2) sorted by relevance
43 private CategoryManager mCategoryManager; field in CategoryManagerTest52 mCategoryManager = CategoryManager.get(mContext); in setUp()57 assertThat(mCategoryManager).isSameAs(CategoryManager.get(mContext)); in getInstance_shouldBeSingleton()73 mCategoryManager.backwardCompatCleanupForCategory(mTileByComponentCache, mCategoryByKeyMap); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForNewKeys()95 mCategoryManager.backwardCompatCleanupForCategory(mTileByComponentCache, mCategoryByKeyMap); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForMixedKeys()112 mCategoryManager.backwardCompatCleanupForCategory(mTileByComponentCache, mCategoryByKeyMap); in backwardCompatCleanupForCategory_shouldChangeCategoryForOldKeys()145 mCategoryManager.sortCategories(ShadowApplication.getInstance().getApplicationContext(), in sortCategories_singlePackage_shouldReorderBasedOnPriority()178 mCategoryManager.sortCategories(ShadowApplication.getInstance().getApplicationContext(), in sortCategories_multiPackage_shouldReorderBasedOnPackageAndPriority()211 mCategoryManager.sortCategories(ShadowApplication.getInstance().getApplicationContext(), in sortCategories_internalPackageTiles_shouldSkipTileForInternalPackage()246 mCategoryManager.sortCategories(ShadowApplication.getInstance().getApplicationContext(), in sortCategories_internalAndExternalPackageTiles_shouldRetainPriorityOrdering()[all …]
206 private final CategoryManager mCategoryManager; field in SettingsDrawerActivity.CategoriesUpdateTask209 mCategoryManager = CategoryManager.get(SettingsDrawerActivity.this); in CategoriesUpdateTask()214 mCategoryManager.reloadAllCategories(SettingsDrawerActivity.this, getSettingPkg()); in doInBackground()220 mCategoryManager.updateCategoryFromBlacklist(sTileBlacklist); in onPostExecute()