Searched refs:stopInfo (Results 1 – 2 of 2) sorted by relevance
92 public void setStopInfo(StopInfo stopInfo) { in setStopInfo() argument93 mStopInfo = stopInfo; in setStopInfo()
4708 final StopInfo stopInfo = new StopInfo(); in handleStopActivity() local4709 performStopActivityInner(r, stopInfo, show, true /* saveState */, finalStateRequest, in handleStopActivity()4723 stopInfo.setActivity(r); in handleStopActivity()4724 stopInfo.setState(r.state); in handleStopActivity()4725 stopInfo.setPersistentState(r.persistentState); in handleStopActivity()4726 pendingActions.setStopInfo(stopInfo); in handleStopActivity()