Initialize user lifecycle state in initClusterHome()

There were cases that the current user was unlocked even before the
ClusterHomeApplication was created thus the listener did not receive the
user_unlocked lifecycle event to start the UI_TYPE_START activity.
Now initClusterHome() calls UserManager#isUserUnlocked() to initialize
mUserLifeCycleEvent field with the correct state.

Bug: 312519113

Test: Manually using the emulator

Change-Id: I8c01cd56ae8d20567102fc4f91d653f1bd4f2ef8
1 file changed
tree: e36de133659f22c11d6f05be00e91a97f616fea4
  1. ClusterHomeSample/
  2. ClusterOsDouble/
  3. DirectRenderingCluster/