Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java74 boolean forceSwitchSlot = ab.getBoolean("force_switch_slot"); in fromJson()
89 forceSwitchSlot, in fromJson()
247 boolean forceSwitchSlot, in AbConfig() argument
251 this.mForceSwitchSlot = forceSwitchSlot; in AbConfig()