Searched refs:resumeFocusedStackTopActivityLocked (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | LockTaskController.java | 449 mSupervisor.resumeFocusedStackTopActivityLocked(); in clearLockedTask() 581 mSupervisor.resumeFocusedStackTopActivityLocked(); in setLockTaskMode() 656 mSupervisor.resumeFocusedStackTopActivityLocked(); in updateLockTaskPackages()
|
D | ActivityStack.java | 654 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in setWindowingMode() 687 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in reparent() 1432 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in startPausingLocked() 1512 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in startPausingLocked() 1606 mStackSupervisor.resumeFocusedStackTopActivityLocked(topStack, prev, null); in completePauseLocked() 1615 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in completePauseLocked() 2767 return mStackSupervisor.resumeFocusedStackTopActivityLocked( in resumeTopActivityInNextFocusableStack() 3851 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in finishCurrentActivityLocked() 3864 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in finishCurrentActivityLocked() 4208 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in destroyActivitiesLocked() [all …]
|
D | KeyguardController.java | 166 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in keyguardGoingAway()
|
D | RecentsAnimation.java | 292 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in finishAnimation()
|
D | AppErrors.java | 499 mService.mStackSupervisor.resumeFocusedStackTopActivityLocked(); in crashApplicationInner() 739 mService.mStackSupervisor.resumeFocusedStackTopActivityLocked(); in handleAppCrashLocked() 744 mService.mStackSupervisor.resumeFocusedStackTopActivityLocked(); in handleAppCrashLocked()
|
D | ActivityStackSupervisor.java | 767 return resumeFocusedStackTopActivityLocked(mHomeStack, prev, null); in resumeHomeStackTask() 2114 resumeFocusedStackTopActivityLocked(); in activityIdleInternalLocked() 2210 boolean resumeFocusedStackTopActivityLocked() { in resumeFocusedStackTopActivityLocked() method in ActivityStackSupervisor 2211 return resumeFocusedStackTopActivityLocked(null, null, null); in resumeFocusedStackTopActivityLocked() 2214 boolean resumeFocusedStackTopActivityLocked( in resumeFocusedStackTopActivityLocked() method in ActivityStackSupervisor 2818 resumeFocusedStackTopActivityLocked(); in moveTasksToFullscreenStackInSurfaceTransaction() 3382 resumeFocusedStackTopActivityLocked(); in moveActivityToPinnedStackLocked() 3569 resumeFocusedStackTopActivityLocked(); in applySleepTokensLocked() 4698 resumeFocusedStackTopActivityLocked(); in handleMessage()
|
D | ActivityStarter.java | 1383 mSupervisor.resumeFocusedStackTopActivityLocked(); in startActivityUnchecked() 1466 mSupervisor.resumeFocusedStackTopActivityLocked(mTargetStack, mStartActivity, in startActivityUnchecked() 2038 mSupervisor.resumeFocusedStackTopActivityLocked(mTargetStack, null, mOptions); in resumeTargetStackIfNeeded() 2154 mSupervisor.resumeFocusedStackTopActivityLocked(); in setTaskFromSourceRecord() 2172 mSupervisor.resumeFocusedStackTopActivityLocked(); in setTaskFromSourceRecord()
|
D | TaskRecord.java | 478 mService.mStackSupervisor.resumeFocusedStackTopActivityLocked(); in setResizeMode() 546 mService.mStackSupervisor.resumeFocusedStackTopActivityLocked(); in resize() 746 supervisor.resumeFocusedStackTopActivityLocked(); in reparent()
|
D | ActivityRecord.java | 1928 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in activityStoppedLocked() 2349 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in setRequestedOrientation()
|
D | UserController.java | 2245 mService.mStackSupervisor.resumeFocusedStackTopActivityLocked();
|
D | ActivityManagerService.java | 3601 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in setFocusedStack() 3622 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in setFocusedTask() 5920 && !mStackSupervisor.resumeFocusedStackTopActivityLocked()) { in handleAppDiedLocked() 7207 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in cleanupDisabledPackageComponentsLocked() 7381 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in forceStopPackageLocked() 15311 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in systemReady() 26699 mStackSupervisor.resumeFocusedStackTopActivityLocked(); in setFocusedActivity()
|