Home
last modified time | relevance | path

Searched refs:rebootWipeUserData (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/os/
DRecoverySystem.java700 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
/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java75 .rebootWipeUserData(context, shutdown, reason, forceWipe, mWipeEsims); in onReceive()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java302 services.recoverySystem.rebootWipeUserData(shutdown, reason, force, wipeEuicc); in recoverySystemRebootWipeUserData()
DMockSystemServices.java364 public void rebootWipeUserData(boolean shutdown, String reason, boolean force, in rebootWipeUserData() method in MockSystemServices.RecoverySystemForMock
DDevicePolicyManagerTest.java4003 verify(getServices().recoverySystem).rebootWipeUserData( in testWipeDataDeviceOwner()
4018 verify(getServices().recoverySystem).rebootWipeUserData( in testWipeEuiccDataEnabled()
4119 verify(getServices().recoverySystem).rebootWipeUserData( in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
/frameworks/base/api/
Dlint-baseline.txt939 RequiresPermission: android.os.RecoverySystem#rebootWipeUserData(android.content.Context):
Dcurrent.txt35507 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2078 RecoverySystem.rebootWipeUserData(mContext, shutdown, reason, force, wipeEuicc); in recoverySystemRebootWipeUserData()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52293 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;Ljava/lang/String;)V
52294 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;Z)V
52295 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;ZLjava/lang/String;Z)V
52296 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;ZLjava/lang/String;ZZ)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22220 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;
/frameworks/base/non-updatable-api/
Dcurrent.txt35363 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;