Loading services/core/java/com/android/server/locksettings/SyntheticPasswordManager.java +3 −5 Original line number Original line Diff line number Diff line Loading @@ -390,11 +390,9 @@ public class SyntheticPasswordManager { } } public void removeUser(int userId) { public void removeUser(int userId) { if (isWeaverAvailable()) { for (long handle : mStorage.listSyntheticPasswordHandlesForUser(SP_BLOB_NAME, userId)) { for (long handle : mStorage.listSyntheticPasswordHandlesForUser(WEAVER_SLOT_NAME, userId)) { destroyWeaverSlot(handle, userId); destroyWeaverSlot(handle, userId); } destroySPBlobKey(getHandleName(handle)); } } } } Loading Loading
services/core/java/com/android/server/locksettings/SyntheticPasswordManager.java +3 −5 Original line number Original line Diff line number Diff line Loading @@ -390,11 +390,9 @@ public class SyntheticPasswordManager { } } public void removeUser(int userId) { public void removeUser(int userId) { if (isWeaverAvailable()) { for (long handle : mStorage.listSyntheticPasswordHandlesForUser(SP_BLOB_NAME, userId)) { for (long handle : mStorage.listSyntheticPasswordHandlesForUser(WEAVER_SLOT_NAME, userId)) { destroyWeaverSlot(handle, userId); destroyWeaverSlot(handle, userId); } destroySPBlobKey(getHandleName(handle)); } } } } Loading