Searched refs:wipe (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/service/persistentdata/
H A DIPersistentDataBlockService.aidl32 void wipe();
H A DPersistentDataBlockManager.java88 * {@link #wipe} will block any further {@link #write} operation until reboot,
149 public void wipe() { method in class:PersistentDataBlockManager
151 sService.wipe();
/frameworks/base/tests/backup/
H A Dtest_backup.sh26 # wipe data for the package participating in backup
28 a shell bmgr wipe "$pkg"
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp64 /* This is just copied from the shell's built-in wipe command. */
65 static int wipe (const char *path) function in namespace:android
109 // we do want to wipe its contents, but not the
135 if (wipe(newpath) == 0) {
529 if (!wipe("/data")) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java531 void wipe() { method in class:FilterGraph
H A DGraphRunner.java390 graph.wipe();
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java490 public void wipe() {
497 Slog.e(TAG, "failed to wipe persistent partition");
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java856 private static final String TAG_MAX_FAILED_PASSWORD_WIPE = "max-failed-password-wipe";
5930 Slog.w(LOG_TAG, "Failed requesting data wipe", e);
5982 // First check whether the admin is allowed to wipe the device/user/profile.
5992 throw new SecurityException("Cannot wipe data. " + restriction
6004 manager.wipe();
6194 // Attempt to wipe the device/user/profile associated with the admin, as if the
6196 // allowed to wipe the device (e.g. a regular device admin shouldn't be able to wipe the
6209 Slog.w(LOG_TAG, "Failed to wipe user " + userId
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 885 milliseconds