Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateEngineErrorCodes.java39 public static final int USER_CANCELLED = 48; field in UpdateEngineErrorCodes
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java516 } else if (errorCode != UpdateEngineErrorCodes.USER_CANCELLED) { in onPayloadApplicationComplete()