Searched refs:rebootAndApply (Results 1 – 3 of 3) sorted by relevance
160 public int rebootAndApply(@NonNull Context context, @NonNull String reason, boolean slotSwitch) in rebootAndApply() method in UnattendedRebootManager.InjectorImpl162 return RecoverySystem.rebootAndApply(context, reason, slotSwitch); in rebootAndApply()402 int success = mInjector.rebootAndApply(mContext, REBOOT_REASON, /* slotSwitch= */ false); in tryRebootOrSchedule()
43 int rebootAndApply(@NonNull Context context, @NonNull String reason, boolean slotSwitch) in rebootAndApply() method
499 public int rebootAndApply( in rebootAndApply() method in UnattendedRebootManagerTest.FakeInjector