Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
H A DDashboardFragmentTest.java152 .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()
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/
H A DDashboardFeatureProvider.java44 String getDashboardKeyForTile(Tile tile); in getDashboardKeyForTile() method
H A DDashboardFeatureProviderImpl.java115 public String getDashboardKeyForTile(Tile tile) { in getDashboardKeyForTile() method in DashboardFeatureProviderImpl
138 pref.setKey(getDashboardKeyForTile(tile)); in bindPreferenceToTileAndGetObservers()
H A DDashboardFragment.java488 final String key = mDashboardFeatureProvider.getDashboardKeyForTile(tile); in refreshDashboardTiles()
/aosp12/packages/apps/Settings/src/com/android/settings/search/
H A DSettingsSearchIndexablesProvider.java414 raw.key = dashboardFeatureProvider.getDashboardKeyForTile(tile); in getInjectionIndexableRawData()