Searched refs:resumeTopActivityLocked (Results 1 – 2 of 2) sorted by relevance
1992 targetStack.resumeTopActivityLocked(null, options); in startActivityUncheckedLocked()2118 targetStack.resumeTopActivityLocked(null); in startActivityUncheckedLocked()2137 targetStack.resumeTopActivityLocked(null); in startActivityUncheckedLocked()2473 result = targetStack.resumeTopActivityLocked(target, targetOptions); in resumeTopActivitiesLocked()2484 stack.resumeTopActivityLocked(null); in resumeTopActivitiesLocked()3954 mStack.resumeTopActivityLocked(null); in setSurfaceLocked()
880 mStackSupervisor.getFocusedStack().resumeTopActivityLocked(null); in startPausingLocked()1437 final boolean resumeTopActivityLocked(ActivityRecord prev) { in resumeTopActivityLocked() method in ActivityStack1438 return resumeTopActivityLocked(prev, null); in resumeTopActivityLocked()1441 final boolean resumeTopActivityLocked(ActivityRecord prev, Bundle options) { in resumeTopActivityLocked() method in ActivityStack2807 mStackSupervisor.getFocusedStack().resumeTopActivityLocked(null); in finishCurrentActivityLocked()