Searched defs:notResumed (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.java | 65 List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity() 69 boolean notResumed, Configuration config) throws RemoteException; in scheduleRelaunchActivity()
|
D | ApplicationThreadNative.java | 772 List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity() 804 int configChanges, boolean notResumed, Configuration config) in scheduleRelaunchActivity()
|
D | ActivityThread.java | 625 List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity() 657 int configChanges, boolean notResumed, Configuration config) { in scheduleRelaunchActivity() 3784 int configChanges, boolean notResumed, Configuration config, in requestRelaunchActivity()
|