Home
last modified time | relevance | path

Searched refs:updateSummaryToCache (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DSummaryLoaderTest.java106 mSummaryLoader.updateSummaryToCache(category); in testUpdateSummaryToCache_hasCache_shouldUpdate()
DDashboardSummaryTest.java86 verify(mSummaryLoader).updateSummaryToCache(nullable(DashboardCategory.class)); in updateCategoryAndSuggestion_shouldGetCategoryFromFeatureProvider()
/packages/apps/Settings/src/com/android/settings/dashboard/
DSummaryLoader.java231 public void updateSummaryToCache(DashboardCategory category) { in updateSummaryToCache() method in SummaryLoader
DDashboardSummary.java316 mSummaryLoader.updateSummaryToCache(category); in updateCategoryAndSuggestion()