Searched defs:updateWidgetCount (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | WidgetDAO.kt | 34 fun updateWidgetCount( in updateWidgetCount() method
|
D | WidgetModel.kt | 34 fun updateWidgetCount(widgetClass: Class<*>, count: Int, @StringRes eventCategoryId: Int) { in updateWidgetCount() method
|
D | WidgetModel.java | 41 void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { in updateWidgetCount() method in WidgetModel
|
D | WidgetDAO.java | 37 static int updateWidgetCount(SharedPreferences prefs, Class widgetProviderClass, int count) { in updateWidgetCount() method in WidgetDAO
|
D | DataModel.kt | 928 fun updateWidgetCount(widgetClass: Class<*>?, count: Int, @StringRes eventCategoryId: Int) { in updateWidgetCount() method
|
D | DataModel.java | 933 public void updateWidgetCount(Class widgetClass, int count, @StringRes int eventCategoryId) { in updateWidgetCount() method in DataModel
|