Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java102 if (!Binder.withCleanCallingIdentity(() -> wipeUser(context, sendingUserId, reason))) { in onReceive()
140 private boolean wipeUser(Context context, @UserIdInt int userId, String wipeReason) { in wipeUser() method in MasterClearReceiver