summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget/PendingHostUpdate.java
Commit message (Collapse)AuthorAgeFilesLines
* Setup OnAppWidgetRemoved on frameworkSamuel Fufa2019-09-101-0/+8
| | | | | | Test: Manual Bug:140140567 Change-Id: I3033b83ff8f55938b5cd898c7e30bb2259af9c5f
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
| | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
* Maintaining diff for all widget operations instead of just the Views updateSunny Goyal2016-05-161-0/+125
When the widget starts lisnening again, it receives all the pending updates until that point (restricted to the requested widgetIds). When startListening is called for the first time, the widgetIds is empty and it does not get any updated. Further calls to startlisting will give the missed updates for the bound widgets Bug: 23892701 Change-Id: I3aa06d3e33a0861c19cfd5ced567d5bb3b93d906