Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DWidgetModel.java41 void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { in updateWidgetCount() argument
44 Events.sendEvent(eventCategoryId, R.string.action_create, 0); in updateWidgetCount()
47 Events.sendEvent(eventCategoryId, R.string.action_delete, 0); in updateWidgetCount()
DDataModel.java930 public void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { in updateWidgetCount() argument
932 mWidgetModel.updateWidgetCount(widgetClass, count, eventCategoryId); in updateWidgetCount()