Lines Matching refs:from
27 In real-life update system the config files expected to be served from a server
32 SystemUpdaterSample app downloads OTA package from `url`. In this sample app
61 1. If sample app is unbound from update_engine (MainActivity is paused, destroyed),
68 `cancel` and `applyPayload` (which picks up from where it left).
92 - `Reload` - reloads update configs from device storage.
105 ## Sending HTTP headers from UpdateEngine
159 The commands are expected to be run from `$ANDROID_BUILD_TOP` and for demo
201 9. Push OTA packages to the device if there is no server to stream packages from;
221 - [x] Add UpdateManager; extract update logic from MainActivity
222 - [x] Add Sample app update state (separate from update_engine status)
230 The commands are expected to be run from `$ANDROID_BUILD_TOP`.