Home
last modified time | relevance | path

Searched refs:getDashboardKeyForTile (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFeatureProviderImpl.java106 public String getDashboardKeyForTile(Tile tile) { in getDashboardKeyForTile() method in DashboardFeatureProviderImpl
126 pref.setKey(getDashboardKeyForTile(tile)); in bindPreferenceToTile()
DSummaryLoader.java145 mSummaryTextMap.put(mDashboardFeatureProvider.getDashboardKeyForTile(tile), summary); in updateSummaryIfNeeded()
236 final String key = mDashboardFeatureProvider.getDashboardKeyForTile(tile); in updateSummaryToCache()
DDashboardFragment.java143 final String key = mDashboardFeatureProvider.getDashboardKeyForTile(tile); in notifySummaryChanged()
338 final String key = mDashboardFeatureProvider.getDashboardKeyForTile(tile); in refreshDashboardTiles()
DDashboardFeatureProvider.java66 String getDashboardKeyForTile(Tile tile); in getDashboardKeyForTile() method
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DSummaryLoaderTest.java101 when(mFeatureFactory.dashboardFeatureProvider.getDashboardKeyForTile(tile)) in testUpdateSummaryToCache_hasCache_shouldUpdate()
DDashboardFragmentTest.java109 .getDashboardKeyForTile(nullable(Tile.class))) in displayTilesAsPreference_shouldAddTilesWithIntent()