Searched refs:rebootAndApply (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
D | RecoverySystemShellCommand.java | 50 return rebootAndApply(); in onCommand() 101 private int rebootAndApply() throws RemoteException { in rebootAndApply() method in RecoverySystemShellCommand
|
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 758 public static void rebootAndApply(@NonNull Context context, @NonNull String updateToken, in rebootAndApply() method in RecoverySystem 804 public static @ResumeOnRebootRebootErrorCode int rebootAndApply(@NonNull Context context, in rebootAndApply() method in RecoverySystem
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 1728 Todo: android.os.RecoverySystem#rebootAndApply(android.content.Context, String, String):
|
D | test-lint-baseline.txt | 1956 Todo: android.os.RecoverySystem#rebootAndApply(android.content.Context, String, String):
|
D | system-lint-baseline.txt | 1904 Todo: android.os.RecoverySystem#rebootAndApply(android.content.Context, String, String):
|
D | system-current.txt | 11092 …sPermission(android.Manifest.permission.RECOVERY) public static void rebootAndApply(@NonNull andro… 11093 …ion.RECOVERY, android.Manifest.permission.REBOOT}) public static int rebootAndApply(@NonNull andro…
|