D | RecoverySystem.java | 689 public static void rebootWipeUserData(Context context) throws IOException { in rebootWipeUserData() method in RecoverySystem 690 rebootWipeUserData(context, false /* shutdown */, context.getPackageName(), in rebootWipeUserData() 695 public static void rebootWipeUserData(Context context, String reason) throws IOException { in rebootWipeUserData() method in RecoverySystem 696 rebootWipeUserData(context, false /* shutdown */, reason, false /* force */, in rebootWipeUserData() 701 public static void rebootWipeUserData(Context context, boolean shutdown) in rebootWipeUserData() method in RecoverySystem 703 rebootWipeUserData(context, shutdown, context.getPackageName(), false /* force */, in rebootWipeUserData() 708 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem 710 rebootWipeUserData(context, shutdown, reason, force, false /* wipeEuicc */); in rebootWipeUserData() 735 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
|