Searched refs:rebootRecoveryWithCommand (Results 1 – 3 of 3) sorted by relevance
28 void rebootRecoveryWithCommand(in String command); in rebootRecoveryWithCommand() method
827 rs.rebootRecoveryWithCommand(command.toString()); in bootCommand()1046 private void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystem1048 mService.rebootRecoveryWithCommand(command); in rebootRecoveryWithCommand()
184 public void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystemService.BinderService