Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DRecoverySystem.java773 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