Home
last modified time | relevance | path

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

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