Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/devicepolicy/
H A DFactoryResetterTest.java90 }).when(() -> RecoverySystem.rebootWipeUserData(any(), anyBoolean(), any(), in startSession()
267 verify(() -> RecoverySystem.rebootWipeUserData(any(), anyBoolean(), any(), anyBoolean(), in verifyRebootWipeUserDataNotCalled()
272 verify(() -> RecoverySystem.rebootWipeUserData(mContext, /* shutdown= */ false, in verifyRebootWipeUserDataMinimumArgsCalled()
277 verify(() -> RecoverySystem.rebootWipeUserData(mContext, /* shutdown= */ false, in verifyRebootWipeUserDataMinimumArgsButForceCalled()
282 verify(() -> RecoverySystem.rebootWipeUserData(mContext, /* shutdown= */ true, in verifyRebootWipeUserDataAllArgsCalled()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DMasterClearReceiverTest.java214 .rebootWipeUserData(any(), anyBoolean(), any(), anyBoolean(), anyBoolean())); in expectRebootWipeUserData()
250 verify(()-> RecoverySystem.rebootWipeUserData(same(mContext), eq(shutdown), eq(reason), in verifyRebootWipeUserData()
255 verify(()-> RecoverySystem.rebootWipeUserData( in verifyNoRebootWipeUserData()
/aosp14/frameworks/base/core/java/android/os/
H A DRecoverySystem.java912 public static void rebootWipeUserData(Context context) throws IOException { in rebootWipeUserData() method in RecoverySystem
913 rebootWipeUserData(context, false /* shutdown */, context.getPackageName(), in rebootWipeUserData()
918 public static void rebootWipeUserData(Context context, String reason) throws IOException { in rebootWipeUserData() method in RecoverySystem
919 rebootWipeUserData(context, false /* shutdown */, reason, false /* force */, in rebootWipeUserData()
924 public static void rebootWipeUserData(Context context, boolean shutdown) in rebootWipeUserData() method in RecoverySystem
926 rebootWipeUserData(context, shutdown, context.getPackageName(), false /* force */, in rebootWipeUserData()
931 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
933 rebootWipeUserData(context, shutdown, reason, force, false /* wipeEuicc */); in rebootWipeUserData()
958 public static void rebootWipeUserData(Context context, boolean shutdown, String reason, in rebootWipeUserData() method in RecoverySystem
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DFactoryResetter.java148 RecoverySystem.rebootWipeUserData(mContext, mShutdown, mReason, mForce, mWipeEuicc); in factoryResetInternalUnchecked()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DMasterClearReceiver.java110 .rebootWipeUserData(context, shutdown, reason, forceWipe, mWipeEsims); in onReceive()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java305 return services.recoverySystem.rebootWipeUserData(shutdown, reason, force, wipeEuicc, in recoverySystemRebootWipeUserData()
H A DMockSystemServices.java464 public boolean rebootWipeUserData(boolean shutdown, String reason, boolean force, in rebootWipeUserData() method in MockSystemServices.RecoverySystemForMock
H A DDevicePolicyManagerTest.java6552 verify(getServices().recoverySystem).rebootWipeUserData(/*shutdown=*/ eq(false), in verifyRebootWipeUserData()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38415 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;Ljava/lang/String;)V
38416 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;Z)V
38417 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;ZLjava/lang/String;Z)V
38418 Landroid/os/RecoverySystem;->rebootWipeUserData(Landroid/content/Context;ZLjava/lang/String;ZZ)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt33667 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;