Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java140 boolean notResumed = data.readInt() != 0; in onTransact()
147 notResumed, isForward, profileName, profileFd, autoStopProfiler); in onTransact()
158 boolean notResumed = data.readInt() != 0; in onTransact()
163 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config); in onTransact()
681 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity() argument
695 data.writeInt(notResumed ? 1 : 0); in scheduleLaunchActivity()
712 int configChanges, boolean notResumed, Configuration config) in scheduleRelaunchActivity() argument
720 data.writeInt(notResumed ? 1 : 0); in scheduleRelaunchActivity()
DIApplicationThread.java58 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity() argument
63 boolean notResumed, Configuration config) throws RemoteException; in scheduleRelaunchActivity() argument
DActivityThread.java560 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, in scheduleLaunchActivity() argument
574 r.startsNotResumed = notResumed; in scheduleLaunchActivity()
588 int configChanges, boolean notResumed, Configuration config) { in scheduleRelaunchActivity() argument
590 configChanges, notResumed, config, true); in scheduleRelaunchActivity()
3350 int configChanges, boolean notResumed, Configuration config, in requestRelaunchActivity() argument
3394 target.startsNotResumed = notResumed; in requestRelaunchActivity()