Merge "Move onKeyguardChangded() to completeUnlockUser() (async)" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ec09cbef94
@@ -1141,8 +1141,6 @@ class StorageManagerService extends IStorageManager.Stub
|
||||
Slog.wtf(TAG, e);
|
||||
}
|
||||
|
||||
onKeyguardStateChanged(false);
|
||||
|
||||
mHandler.obtainMessage(H_COMPLETE_UNLOCK_USER, userId).sendToTarget();
|
||||
}
|
||||
|
||||
@@ -1154,6 +1152,8 @@ class StorageManagerService extends IStorageManager.Stub
|
||||
mPmInternal.migrateLegacyObbData();
|
||||
}
|
||||
|
||||
onKeyguardStateChanged(false);
|
||||
|
||||
// Record user as started so newly mounted volumes kick off events
|
||||
// correctly, then synthesize events for any already-mounted volumes.
|
||||
synchronized (mLock) {
|
||||
|
||||
Reference in New Issue
Block a user