Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DUnattendedRebootManagerInjector.java43 int rebootAndApply(@NonNull Context context, @NonNull String reason, boolean slotSwitch) in rebootAndApply() argument
DUnattendedRebootManager.java160 public int rebootAndApply(@NonNull Context context, @NonNull String reason, boolean slotSwitch) in rebootAndApply() argument
162 return RecoverySystem.rebootAndApply(context, reason, slotSwitch); in rebootAndApply()
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java500 @NonNull Context context, @NonNull String reason, boolean slotSwitch) { in rebootAndApply() argument