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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java152 boolean notResumed = data.readInt() != 0;
158 notResumed, isForward, profilerInfo);
169 boolean notResumed = data.readInt() != 0;
174 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config);
772 List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward,
789 data.writeInt(notResumed ? 1 : 0);
804 int configChanges, boolean notResumed, Configuration config)
812 data.writeInt(notResumed ? 1 : 0);
768 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
802 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DIApplicationThread.java65 List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward,
69 boolean notResumed, Configuration config) throws RemoteException;
61 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
67 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DActivityThread.java625 List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward,
645 r.startsNotResumed = notResumed;
657 int configChanges, boolean notResumed, Configuration config) {
659 configChanges, notResumed, config, true);
3784 int configChanges, boolean notResumed, Configuration config,
3828 target.startsNotResumed = notResumed;
621 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
655 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
3782 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument

Completed in 506 milliseconds