Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DUnattendedRebootManager.java59 static final String REBOOT_REASON = "unattended,flaginfra"; field in UnattendedRebootManager
203 powerManager.reboot(REBOOT_REASON); in regularReboot()
402 int success = mInjector.rebootAndApply(mContext, REBOOT_REASON, /* slotSwitch= */ false); in tryRebootOrSchedule()
DBootNotificationCreator.java48 private static final String REBOOT_REASON = "DeviceConfig"; field in BootNotificationCreator
213 powerManager.reboot(REBOOT_REASON); in onReceive()
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DUpdateLayoutFragment.java60 private static final String REBOOT_REASON = "reboot-ab-update"; field in UpdateLayoutFragment
183 mPowerManager.reboot(REBOOT_REASON); in rebootNow()
/packages/apps/Settings/src/com/android/settings/development/
DEnable16kPagesPreferenceController.java75 private static final String REBOOT_REASON = "toggle16k"; field in Enable16kPagesPreferenceController
394 pm.reboot(REBOOT_REASON); in onPayloadApplicationComplete()