Searched refs:bootCommand (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 865 bootCommand(context, shutdownArg, "--wipe_data", reasonArg, localeArg); in rebootWipeUserData() 1087 bootCommand(context, null, "--prompt_and_wipe_data", reasonArg, localeArg); in rebootPromptAndWipeUserData() 1106 bootCommand(context, "--wipe_cache", reasonArg, localeArg); in rebootWipeCache() 1135 bootCommand(context, "--wipe_ab", filenameArg, reasonArg, localeArg); in rebootWipeAb() 1143 private static void bootCommand(Context context, String... args) throws IOException { in bootCommand() method in RecoverySystem
|