Merge "Move onKeyguardChangded() to completeUnlockUser() (async)" into rvc-dev am: ec09cbef94
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11818600 Change-Id: I72a8b6c975ffd6f6292a686515a843737f6ea57f
This commit is contained in:
@@ -1141,8 +1141,6 @@ class StorageManagerService extends IStorageManager.Stub
|
|||||||
Slog.wtf(TAG, e);
|
Slog.wtf(TAG, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
onKeyguardStateChanged(false);
|
|
||||||
|
|
||||||
mHandler.obtainMessage(H_COMPLETE_UNLOCK_USER, userId).sendToTarget();
|
mHandler.obtainMessage(H_COMPLETE_UNLOCK_USER, userId).sendToTarget();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1154,6 +1152,8 @@ class StorageManagerService extends IStorageManager.Stub
|
|||||||
mPmInternal.migrateLegacyObbData();
|
mPmInternal.migrateLegacyObbData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onKeyguardStateChanged(false);
|
||||||
|
|
||||||
// Record user as started so newly mounted volumes kick off events
|
// Record user as started so newly mounted volumes kick off events
|
||||||
// correctly, then synthesize events for any already-mounted volumes.
|
// correctly, then synthesize events for any already-mounted volumes.
|
||||||
synchronized (mLock) {
|
synchronized (mLock) {
|
||||||
|
|||||||
Reference in New Issue
Block a user