Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateEngineProperties.java34 public static final String PROPERTY_SKIP_POST_INSTALL = "RUN_POST_INSTALL=0"; field in UpdateEngineProperties
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java410 Collections.singletonList(UpdateEngineProperties.PROPERTY_SKIP_POST_INSTALL)); in setSwitchSlotOnReboot()