Searched refs:eventCategoryId (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | WidgetModel.java | 41 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()
|
D | DataModel.java | 930 public void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { in updateWidgetCount() argument 932 mWidgetModel.updateWidgetCount(widgetClass, count, eventCategoryId); in updateWidgetCount()
|