Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateManagerTest.java84 mSubject.applyUpdate(mMockContext, mStreamingUpdate002); in applyUpdate_appliesPayloadToUpdateEngine()
112 mSubject.applyUpdate(mMockContext, mStreamingUpdate002); in stateIsRunningAndEngineStatusIsIdle_reApplyLastUpdate()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java156 applyUpdate(getSelectedConfig()); in onApplyConfigClick()
162 private void applyUpdate(UpdateConfig config) { in applyUpdate() method in MainActivity
164 mUpdateManager.applyUpdate(this, config); in applyUpdate()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java284 public synchronized void applyUpdate(Context context, UpdateConfig config) in applyUpdate() method in UpdateManager