Home
last modified time | relevance | path

Searched refs:getWidgetsToCategory (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetsModel.java274 IntSet categories = WidgetSections.getWidgetsToCategory(context).get(providerName); in getCategories()
309 WidgetSections.getWidgetsToCategory(context); in newPendingItemInfo()
323 WidgetSections.getWidgetsToCategory(context); in getPackageUserKeys()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetSections.java62 public static synchronized Map<ComponentName, IntSet> getWidgetsToCategory( in getWidgetsToCategory() method in WidgetSections