Searched refs:bootAnimationComplete (Results 1 – 3 of 3) sorted by relevance
430 void bootAnimationComplete(); in bootAnimationComplete() method
3481 mActivityManager.bootAnimationComplete(); in performEnableScreen()5161 final boolean bootAnimationComplete; in handleMessage()5164 bootAnimationComplete = checkBootAnimationCompleteLocked(); in handleMessage()5166 if (bootAnimationComplete) { in handleMessage()
7201 public void bootAnimationComplete() { in bootAnimationComplete() method in ActivityManagerService