Searched refs:getDashboardKeyForTile (Results 1 – 5 of 5) sorted by relevance
152 .getDashboardKeyForTile(any(ActivityTile.class))) in displayTilesAsPreference_shouldAddTilesWithIntent()155 .getDashboardKeyForTile(any(ProviderTile.class))) in displayTilesAsPreference_shouldAddTilesWithIntent()184 .getDashboardKeyForTile(any(ActivityTile.class))) in displayTilesAsPreference_shouldNotAddSuppressedTiles()187 .getDashboardKeyForTile(any(ProviderTile.class))) in displayTilesAsPreference_shouldNotAddSuppressedTiles()
44 String getDashboardKeyForTile(Tile tile); in getDashboardKeyForTile() method
111 public String getDashboardKeyForTile(Tile tile) { in getDashboardKeyForTile() method in DashboardFeatureProviderImpl134 pref.setKey(getDashboardKeyForTile(tile)); in bindPreferenceToTileAndGetObservers()
488 final String key = mDashboardFeatureProvider.getDashboardKeyForTile(tile); in refreshDashboardTiles()
415 raw.key = dashboardFeatureProvider.getDashboardKeyForTile(tile); in getInjectionIndexableRawData()