Searched refs:bootCommand (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 773 bootCommand(context, shutdownArg, "--wipe_data", reasonArg, localeArg); in rebootWipeUserData() 891 bootCommand(context, null, "--prompt_and_wipe_data", reasonArg, localeArg); in rebootPromptAndWipeUserData() 910 bootCommand(context, "--wipe_cache", reasonArg, localeArg); in rebootWipeCache() 939 bootCommand(context, "--wipe_ab", filenameArg, reasonArg, localeArg); in rebootWipeAb() 947 private static void bootCommand(Context context, String... args) throws IOException { in bootCommand() method in RecoverySystem
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 56043 Landroid/os/RecoverySystem;->bootCommand(Landroid/content/Context;[[Ljava/lang/String;)V
|