Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DWidgetDAO.kt34 fun updateWidgetCount( in updateWidgetCount() method
DWidgetModel.kt34 fun updateWidgetCount(widgetClass: Class<*>, count: Int, @StringRes eventCategoryId: Int) { in updateWidgetCount() method
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.kt928 fun updateWidgetCount(widgetClass: Class<*>?, count: Int, @StringRes eventCategoryId: Int) { in updateWidgetCount() method
DDataModel.java933 public void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { in updateWidgetCount() method in DataModel