Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DRecoverySystem.java688 public static void rebootWipeUserData(Context context) throws IOException { in rebootWipeUserData() method in RecoverySystem
689 rebootWipeUserData(context, false /* shutdown */, context.getPackageName(), in rebootWipeUserData()
694 public static void rebootWipeUserData(Context context, String reason) throws IOException { in rebootWipeUserData() method in RecoverySystem
695 rebootWipeUserData(context, false /* shutdown */, reason, false /* force */, in rebootWipeUserData()
700 public static void rebootWipeUserData(Context context, boolean shutdown) in rebootWipeUserData() method in RecoverySystem
702 rebootWipeUserData(context, shutdown, context.getPackageName(), false /* force */, in rebootWipeUserData()
707 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
709 rebootWipeUserData(context, shutdown, reason, force, false /* wipeEuicc */); in rebootWipeUserData()
734 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.java3976 verify(getServices().recoverySystem).rebootWipeUserData( in testWipeDataDeviceOwner()
3991 verify(getServices().recoverySystem).rebootWipeUserData( in testWipeEuiccDataEnabled()
4092 verify(getServices().recoverySystem).rebootWipeUserData( in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2070 RecoverySystem.rebootWipeUserData(mContext, shutdown, reason, force, wipeEuicc); in recoverySystemRebootWipeUserData()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...