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/
DWidgetDAO.kt34 fun updateWidgetCount( in updateWidgetCount() method
DWidgetModel.kt34 fun updateWidgetCount(widgetClass: Class<*>, count: Int, @StringRes eventCategoryId: Int) { in updateWidgetCount() method
DDataModel.kt927 fun updateWidgetCount(widgetClass: Class<*>?, count: Int, @StringRes eventCategoryId: Int) { in updateWidgetCount() method in com.android.deskclock.data.DataModel