Home
last modified time | relevance | path

Searched refs:cancelRunningUpdate (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java179 cancelRunningUpdate(); in onStopClick()
184 private void cancelRunningUpdate() { in cancelRunningUpdate() method in MainActivity
186 mUpdateManager.cancelRunningUpdate(); in cancelRunningUpdate()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java263 public synchronized void cancelRunningUpdate() throws UpdaterState.InvalidTransitionException { in cancelRunningUpdate() method in UpdateManager