Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIRecoverySystem.aidl28 void rebootRecoveryWithCommand(in String command); in rebootRecoveryWithCommand() method
DRecoverySystem.java827 rs.rebootRecoveryWithCommand(command.toString()); in bootCommand()
1046 private void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystem
1048 mService.rebootRecoveryWithCommand(command); in rebootRecoveryWithCommand()
/frameworks/base/services/core/java/com/android/server/
DRecoverySystemService.java184 public void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystemService.BinderService