Searched refs:andResume (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | LockTaskController.java | 546 String reason, boolean andResume) { in setLockTaskMode() argument 578 if (andResume) { in setLockTaskMode()
|
D | ActivityRecord.java | 2734 void relaunchActivityLocked(boolean andResume, boolean preserveWindow) { in relaunchActivityLocked() argument 2742 if (andResume) { in relaunchActivityLocked() 2748 + " newIntents=" + pendingNewIntents + " andResume=" + andResume in relaunchActivityLocked() 2750 EventLog.writeEvent(andResume ? AM_RELAUNCH_RESUME_ACTIVITY in relaunchActivityLocked() 2758 "Moving to " + (andResume ? "RESUMED" : "PAUSED") + " Relaunching " + this in relaunchActivityLocked() 2768 if (andResume) { in relaunchActivityLocked() 2784 if (andResume) { in relaunchActivityLocked()
|
D | ActivityStackSupervisor.java | 1378 boolean andResume, boolean checkConfig) throws RemoteException { in realStartActivityLocked() argument 1467 if (andResume) { in realStartActivityLocked() 1475 + " newIntents=" + newIntents + " andResume=" + andResume); in realStartActivityLocked() 1537 if (andResume) { in realStartActivityLocked() 1599 if (andResume && readyToResume()) { in realStartActivityLocked() 1679 boolean andResume, boolean checkConfig) { in startSpecificActivityLocked() argument 1697 realStartActivityLocked(r, app, andResume, checkConfig); in startSpecificActivityLocked()
|
D | ActivityStack.java | 2088 boolean isTop, boolean andResume, ActivityRecord r) { in makeVisibleAndRestartIfNeeded() argument 2105 mStackSupervisor.startSpecificActivityLocked(r, andResume, false); in makeVisibleAndRestartIfNeeded()
|