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