Home | History | Annotate | Download | only in os

Lines Matching defs:rebootWipeUserData

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