Home
last modified time | relevance | path

Searched defs:rebootWipeUserData (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DRecoverySystem.java910 public static void rebootWipeUserData(Context context) throws IOException { in rebootWipeUserData() method in RecoverySystem
916 public static void rebootWipeUserData(Context context, String reason) throws IOException { in rebootWipeUserData() method in RecoverySystem
922 public static void rebootWipeUserData(Context context, boolean shutdown) in rebootWipeUserData() method in RecoverySystem
929 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
956 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/
DMockSystemServices.java404 public boolean rebootWipeUserData(boolean shutdown, String reason, boolean force, in rebootWipeUserData() method in MockSystemServices.RecoverySystemForMock