Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
DRecoverySystemServiceTest.java152 mRecoverySystemService.rebootRecoveryWithCommand("foo"); in rebootRecoveryWithCommand_success()
167 mRecoverySystemService.rebootRecoveryWithCommand("foo"); in rebootRecoveryWithCommand_failure()
180 mRecoverySystemService.rebootRecoveryWithCommand("foo"); in rebootRecoveryWithCommand_noPerm()
/frameworks/base/core/java/android/os/
DIRecoverySystem.aidl28 void rebootRecoveryWithCommand(in String command); in rebootRecoveryWithCommand() method
DRecoverySystem.java1080 rs.rebootRecoveryWithCommand(command.toString()); in bootCommand()
1199 private void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystem
1201 mService.rebootRecoveryWithCommand(command); in rebootRecoveryWithCommand()
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java245 public void rebootRecoveryWithCommand(String command) { in rebootRecoveryWithCommand() method in RecoverySystemService
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt50817 Landroid/os/IRecoverySystem$Stub$Proxy;->rebootRecoveryWithCommand(Ljava/lang/String;)V
50827 Landroid/os/IRecoverySystem;->rebootRecoveryWithCommand(Ljava/lang/String;)V
52291 Landroid/os/RecoverySystem;->rebootRecoveryWithCommand(Ljava/lang/String;)V