Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/devicepolicy/
H A DFactoryResetterTest.java88 }).when(() -> RecoverySystem.rebootWipeUserData(any(), anyBoolean(), any(), in startSession()
260 verify(() -> RecoverySystem.rebootWipeUserData(any(), anyBoolean(), any(), anyBoolean(), in verifyRebootWipeUserDataNotCalled()
265 verify(() -> RecoverySystem.rebootWipeUserData(mContext, /* shutdown= */ false, in verifyRebootWipeUserDataMinimumArgsCalled()
270 verify(() -> RecoverySystem.rebootWipeUserData(mContext, /* shutdown= */ false, in verifyRebootWipeUserDataMinimumArgsButForceCalled()
275 verify(() -> RecoverySystem.rebootWipeUserData(mContext, /* shutdown= */ true, in verifyRebootWipeUserDataAllArgsCalled()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DMasterClearReceiverTest.java215 .rebootWipeUserData(any(), anyBoolean(), any(), anyBoolean(), anyBoolean())); in expectRebootWipeUserData()
251 verify(()-> RecoverySystem.rebootWipeUserData(same(mContext), eq(shutdown), eq(reason), in verifyRebootWipeUserData()
256 verify(()-> RecoverySystem.rebootWipeUserData( in verifyNoRebootWipeUserData()
/aosp12/frameworks/base/core/java/android/os/
H A DRecoverySystem.java910 public static void rebootWipeUserData(Context context) throws IOException { in rebootWipeUserData() method in RecoverySystem
911 rebootWipeUserData(context, false /* shutdown */, context.getPackageName(), in rebootWipeUserData()
916 public static void rebootWipeUserData(Context context, String reason) throws IOException { in rebootWipeUserData() method in RecoverySystem
917 rebootWipeUserData(context, false /* shutdown */, reason, false /* force */, in rebootWipeUserData()
922 public static void rebootWipeUserData(Context context, boolean shutdown) in rebootWipeUserData() method in RecoverySystem
924 rebootWipeUserData(context, shutdown, context.getPackageName(), false /* force */, in rebootWipeUserData()
929 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
931 rebootWipeUserData(context, shutdown, reason, force, false /* wipeEuicc */); in rebootWipeUserData()
956 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DFactoryResetter.java141 RecoverySystem.rebootWipeUserData(mContext, mShutdown, mReason, mForce, mWipeEuicc); in factoryResetInternalUnchecked()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DMasterClearReceiver.java107 .rebootWipeUserData(context, shutdown, reason, forceWipe, mWipeEsims); in onReceive()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java331 return services.recoverySystem.rebootWipeUserData(shutdown, reason, force, wipeEuicc, in recoverySystemRebootWipeUserData()
H A DMockSystemServices.java404 public boolean rebootWipeUserData(boolean shutdown, String reason, boolean force, in rebootWipeUserData() method in MockSystemServices.RecoverySystemForMock
H A DDevicePolicyManagerTest.java6329 verify(getServices().recoverySystem).rebootWipeUserData(/*shutdown=*/ eq(false), in verifyRebootWipeUserData()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41738 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;Ljava/lang/String;)V
41739 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;Z)V
41740 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;ZLjava/lang/String;Z)V
41741 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;ZLjava/lang/String;ZZ)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt31809 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt22220 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;