Home
last modified time | relevance | path

Searched defs:notResumed (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java64 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity()
68 boolean notResumed, Configuration config) throws RemoteException; in scheduleRelaunchActivity()
DApplicationThreadNative.java769 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity()
800 int configChanges, boolean notResumed, Configuration config) in scheduleRelaunchActivity()
DActivityThread.java610 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity()
641 int configChanges, boolean notResumed, Configuration config) { in scheduleRelaunchActivity()
3749 int configChanges, boolean notResumed, Configuration config, in requestRelaunchActivity()