Searched refs:performStopActivity (Results 1 – 2 of 2) sorted by relevance
210 mActivityThread.performStopActivity(r, false, "moveToState-STARTED"); in moveToState()225 mActivityThread.performStopActivity(r, false, "moveToState-RESUMED"); in moveToState()
4551 final void performStopActivity(IBinder token, boolean saveState, String reason) { in performStopActivity() method in ActivityThread