Searched refs:getDashboardKeyForTile (Results 1 – 5 of 5) sorted by relevance
181 .getDashboardKeyForTile(any(ActivityTile.class))) in displayTilesAsPreference_shouldAddTilesWithIntent()184 .getDashboardKeyForTile(any(ProviderTile.class))) in displayTilesAsPreference_shouldAddTilesWithIntent()218 .getDashboardKeyForTile(any(Tile.class))) in displayTilesAsPreference_withGroup_shouldAddTilesIntoGroup()250 .getDashboardKeyForTile(any(ActivityTile.class))) in displayTilesAsPreference_shouldNotAddSuppressedTiles()253 .getDashboardKeyForTile(any(ProviderTile.class))) in displayTilesAsPreference_shouldNotAddSuppressedTiles()
44 String getDashboardKeyForTile(Tile tile); in getDashboardKeyForTile() method
118 public String getDashboardKeyForTile(Tile tile) { in getDashboardKeyForTile() method in DashboardFeatureProviderImpl141 pref.setKey(getDashboardKeyForTile(tile)); in bindPreferenceToTileAndGetObservers()
526 final String key = mDashboardFeatureProvider.getDashboardKeyForTile(tile); in refreshDashboardTiles()
414 raw.key = dashboardFeatureProvider.getDashboardKeyForTile(tile); in getInjectionIndexableRawData()