Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java109 public void unbind() { in unbind() method in UpdateManager
110 this.mUpdateEngine.unbind(); in unbind()
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateManagerTest.java113 mSubject.unbind(); in stateIsRunningAndEngineStatusIsIdle_reApplyLastUpdate()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java122 this.mUpdateManager.unbind(); in onPause()