Home
last modified time | relevance | path

Searched defs:updateWidgetCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DWidgetModel.java41 void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { in updateWidgetCount() method in WidgetModel
DWidgetDAO.java37 static int updateWidgetCount(SharedPreferences prefs, Class widgetProviderClass, int count) { in updateWidgetCount() method in WidgetDAO
DDataModel.java930 public void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { in updateWidgetCount() method in DataModel