/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/devicepolicy/ |
H A D | FactoryResetterTest.java | 88 }).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 D | MasterClearReceiverTest.java | 215 .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 D | RecoverySystem.java | 910 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 D | FactoryResetter.java | 141 RecoverySystem.rebootWipeUserData(mContext, mShutdown, mReason, mForce, mWipeEuicc); in factoryResetInternalUnchecked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | MasterClearReceiver.java | 107 .rebootWipeUserData(context, shutdown, reason, forceWipe, mWipeEsims); in onReceive()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerServiceTestable.java | 331 return services.recoverySystem.rebootWipeUserData(shutdown, reason, force, wipeEuicc, in recoverySystemRebootWipeUserData()
|
H A D | MockSystemServices.java | 404 public boolean rebootWipeUserData(boolean shutdown, String reason, boolean force, in rebootWipeUserData() method in MockSystemServices.RecoverySystemForMock
|
H A D | DevicePolicyManagerTest.java | 6329 verify(getServices().recoverySystem).rebootWipeUserData(/*shutdown=*/ eq(false), in verifyRebootWipeUserData()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 41738 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 D | current.txt | 31809 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 22220 … method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException;
|