Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java207 public synchronized void suspend() throws UpdaterState.InvalidTransitionException { in suspend() method in UpdateManager
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java220 mUpdateManager.suspend(); in onSuspendClick()
/bootable/recovery/updater_sample/
DREADME.md67 2. This sample app demostrates suspend/resume using update_engins's
98 - `Suspend` - suspend running update, uses `UpdateEngine#cancel`.