Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DUnattendedRebootManager.java160 public int rebootAndApply(@NonNull Context context, @NonNull String reason, boolean slotSwitch) in rebootAndApply() method in UnattendedRebootManager.InjectorImpl
162 return RecoverySystem.rebootAndApply(context, reason, slotSwitch); in rebootAndApply()
402 int success = mInjector.rebootAndApply(mContext, REBOOT_REASON, /* slotSwitch= */ false); in tryRebootOrSchedule()
DUnattendedRebootManagerInjector.java43 int rebootAndApply(@NonNull Context context, @NonNull String reason, boolean slotSwitch) in rebootAndApply() method
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java499 public int rebootAndApply( in rebootAndApply() method in UnattendedRebootManagerTest.FakeInjector