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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java142 boolean notResumed = data.readInt() != 0;
149 ri, pi, notResumed, isForward, profileName, profileFd, autoStopProfiler);
160 boolean notResumed = data.readInt() != 0;
165 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config);
725 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
740 data.writeInt(notResumed ? 1 : 0);
757 int configChanges, boolean notResumed, Configuration config)
765 data.writeInt(notResumed ? 1 : 0);
722 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
755 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DIApplicationThread.java59 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
64 boolean notResumed, Configuration config) throws RemoteException;
56 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
62 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DActivityThread.java596 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
613 r.startsNotResumed = notResumed;
627 int configChanges, boolean notResumed, Configuration config) {
629 configChanges, notResumed, config, true);
3574 int configChanges, boolean notResumed, Configuration config,
3618 target.startsNotResumed = notResumed;
593 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
625 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
3572 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument

Completed in 41 milliseconds