Lines Matching refs:in
15 logs can be found in `adb logcat`. User can stop or reset an update. Resetting
22 In this sample updates are defined in JSON update config files.
23 The structure of a config file is defined in
28 to the app, but in this sample, the config files are stored on the device.
29 The directory can be found in logs or on the UI. In most cases it should be located at
38 If `ab_install_type` is `STREAMING`, app downloads only the entries in need, as
40 entry, which takes up the majority of the space in an OTA package, will be
41 streamed by `update_engine` directly. The ZIP entries in such a package need to be
43 with the offset and length. As `payload.bin` itself is already in compressed
64 only onStatusUpdate is called, but status becomes IDLE in most cases.
130 List of allowed properties can be found in `system/update_engine/common/constants.cc`.
174 To run sample app as a privileged system app, it needs to be installed in `/system/priv-app/`.