D | RecoverySystem.java | 700 public static void rebootWipeUserData(Context context) throws IOException { in rebootWipeUserData() method in RecoverySystem 701 rebootWipeUserData(context, false /* shutdown */, context.getPackageName(), in rebootWipeUserData() 706 public static void rebootWipeUserData(Context context, String reason) throws IOException { in rebootWipeUserData() method in RecoverySystem 707 rebootWipeUserData(context, false /* shutdown */, reason, false /* force */, in rebootWipeUserData() 712 public static void rebootWipeUserData(Context context, boolean shutdown) in rebootWipeUserData() method in RecoverySystem 714 rebootWipeUserData(context, shutdown, context.getPackageName(), false /* force */, in rebootWipeUserData() 719 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem 721 rebootWipeUserData(context, shutdown, reason, force, false /* wipeEuicc */); in rebootWipeUserData() 746 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
|