Searched defs:rebootWipeUserData (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/android/os/ |
| D | RecoverySystem.java | 777 public static void rebootWipeUserData(Context context) throws IOException { in rebootWipeUserData() method in RecoverySystem 783 public static void rebootWipeUserData(Context context, String reason) throws IOException { in rebootWipeUserData() method in RecoverySystem 789 public static void rebootWipeUserData(Context context, boolean shutdown) in rebootWipeUserData() method in RecoverySystem 796 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem 823 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
| D | MockSystemServices.java | 396 public void rebootWipeUserData(boolean shutdown, String reason, boolean force, in rebootWipeUserData() method in MockSystemServices.RecoverySystemForMock
|