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

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DWidgetDAO.java37 static int updateWidgetCount(SharedPreferences prefs, Class widgetProviderClass, int count) { method in class:WidgetDAO
H A DWidgetModel.java41 void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { method in class:WidgetModel
42 int delta = WidgetDAO.updateWidgetCount(mPrefs, widgetClass, count);
H A DDataModel.java930 public void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { method in class:DataModel
932 mWidgetModel.updateWidgetCount(widgetClass, count, eventCategoryId);

Completed in 105 milliseconds