Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DRecoverySystem.java674 public static void rebootWipeUserData(Context context) throws IOException { in rebootWipeUserData() method in RecoverySystem
675 rebootWipeUserData(context, false /* shutdown */, context.getPackageName(), in rebootWipeUserData()
680 public static void rebootWipeUserData(Context context, String reason) throws IOException { in rebootWipeUserData() method in RecoverySystem
681 rebootWipeUserData(context, false /* shutdown */, reason, false /* force */); in rebootWipeUserData()
685 public static void rebootWipeUserData(Context context, boolean shutdown) in rebootWipeUserData() method in RecoverySystem
687 rebootWipeUserData(context, shutdown, context.getPackageName(), false /* force */); in rebootWipeUserData()
711 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java67 RecoverySystem.rebootWipeUserData(context, shutdown, reason, forceWipe); in onReceive()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java276 context.recoverySystem.rebootWipeUserData(shutdown, reason, force); in recoverySystemRebootWipeUserData()
DDpmMockContext.java170 public void rebootWipeUserData( in rebootWipeUserData() method in DpmMockContext.RecoverySystemForMock
DDevicePolicyManagerTest.java3632 verify(mContext.recoverySystem).rebootWipeUserData( in testWipeDataDeviceOwner()
3733 verify(mContext.recoverySystem).rebootWipeUserData( in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1692 RecoverySystem.rebootWipeUserData(mContext, shutdown, reason, force); in recoverySystemRebootWipeUserData()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22220 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;
/frameworks/base/api/
Dcurrent.txt31331 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;
Dsystem-current.txt34087 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;