Searched refs:mLaunchingActivity (Results 1 – 2 of 2) sorted by relevance
403 PowerManager.WakeLock mLaunchingActivity; field in ActivityStackSupervisor659 mLaunchingActivity = mPowerManager.newWakeLock(PARTIAL_WAKE_LOCK, "*launch*"); in initPowerManagement()660 mLaunchingActivity.setReferenceCounted(false); in initPowerManagement()1970 mLaunchingActivity.setWorkSource(new WorkSource(uid)); in setLaunchSource()1977 mLaunchingActivity.acquire(); in acquireLaunchWakelock()2050 if (mLaunchingActivity.isHeld()) { in activityIdleInternalLocked()2056 mLaunchingActivity.release(); in activityIdleInternalLocked()3486 if (mLaunchingActivity.isHeld()) { in goingToSleepLocked()3490 mLaunchingActivity.release(); in goingToSleepLocked()4711 if (mLaunchingActivity.isHeld()) { in handleMessage()[all …]
17140 pw.println(" mLaunchingActivity=" + mStackSupervisor.mLaunchingActivity); in dumpProcessesLocked()17471 …mStackSupervisor.mLaunchingActivity.writeToProto(proto, ActivityManagerServiceDumpProcessesProto.L… in writeProcessesToProtoLocked()