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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java159 boolean notResumed = data.readInt() != 0;
165 notResumed, isForward, profilerInfo);
176 boolean notResumed = data.readInt() != 0;
183 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config, overrideConfig,
853 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException {
875 data.writeInt(notResumed ? 1 : 0);
890 int configChanges, boolean notResumed, Configuration config,
898 data.writeInt(notResumed ? 1 : 0);
848 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, 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
888 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
H A DIApplicationThread.java65 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException;
67 List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed,
60 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, 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
66 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
H A DActivityThread.java714 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) {
733 r.startsNotResumed = notResumed;
747 int configChanges, boolean notResumed, Configuration config,
750 configChanges, notResumed, config, overrideConfig, true, preserveWindow);
4260 int configChanges, boolean notResumed, Configuration config,
4321 target.startsNotResumed = notResumed;
709 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, 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
745 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
4258 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean fromServer, boolean preserveWindow) argument

Completed in 108 milliseconds