Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIRecoverySystem.aidl30 void rebootRecoveryWithCommand(in String command); in rebootRecoveryWithCommand() method
DRecoverySystem.java1298 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/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/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java512 public void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystemService
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt40301 Landroid/os/IRecoverySystem$Stub$Proxy;->rebootRecoveryWithCommand(Ljava/lang/String;)V
40311 Landroid/os/IRecoverySystem;->rebootRecoveryWithCommand(Ljava/lang/String;)V
41736 Landroid/os/RecoverySystem;->rebootRecoveryWithCommand(Ljava/lang/String;)V