Home
last modified time | relevance | path

Searched defs:getTilesByCategory (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
H A DSettingsSearchIndexablesProviderTest.java219 public DashboardCategory getTilesByCategory(Context context, String categoryKey) { in getTilesByCategory() method in SettingsSearchIndexablesProviderTest.ShadowCategoryManager
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/
H A DCategoryManager.java73 public synchronized DashboardCategory getTilesByCategory(Context context, String categoryKey) { in getTilesByCategory() method in CategoryManager