Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIRecoverySystem.aidl31 void rebootRecoveryWithCommand(in String command); in rebootRecoveryWithCommand() method
DRecoverySystem.java1276 rebootRecoveryWithCommand(command); in wipePartitionToExt4()
1298 rs.rebootRecoveryWithCommand(command.toString()); in bootCommand()
1424 private void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystem
1426 mService.rebootRecoveryWithCommand(command); in rebootRecoveryWithCommand()
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemShellCommand.java71 mService.rebootRecoveryWithCommand(command); in wipe()
DRecoverySystemService.java532 public void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystemService
/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
DRecoverySystemServiceTest.java195 mRecoverySystemService.rebootRecoveryWithCommand("foo"); in rebootRecoveryWithCommand_success()
210 mRecoverySystemService.rebootRecoveryWithCommand("foo"); in rebootRecoveryWithCommand_failure()
223 mRecoverySystemService.rebootRecoveryWithCommand("foo"); in rebootRecoveryWithCommand_noPerm()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt36335 Landroid/os/IRecoverySystem$Stub$Proxy;->rebootRecoveryWithCommand(Ljava/lang/String;)V
36345 Landroid/os/IRecoverySystem;->rebootRecoveryWithCommand(Ljava/lang/String;)V
37770 Landroid/os/RecoverySystem;->rebootRecoveryWithCommand(Ljava/lang/String;)V