Searched refs:isForward (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java123 boolean isForward = data.readInt() != 0;
125 scheduleResumeActivity(b, procState, isForward, resumeArgs);
160 boolean isForward = data.readInt() != 0;
165 notResumed, isForward, profilerInfo);
823 public final void scheduleResumeActivity(IBinder token, int procState, boolean isForward, argument
830 data.writeInt(isForward ? 1 : 0);
853 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException {
876 data.writeInt(isForward ? 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
H A DIApplicationThread.java57 void scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs) argument
65 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException;
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
H A DActivityThread.java342 boolean isForward; field in class:ActivityThread.ActivityClientRecord
395 sb.append(", isForward=").append(isForward);
691 boolean isForward, Bundle resumeArgs) {
696 sendMessage(H.RESUME_ACTIVITY, token, isForward ? 1 : 0, 0, seq);
714 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) {
734 r.isForward = isForward;
2713 handleResumeActivity(r.token, false, r.isForward,
3428 boolean clearHide, boolean isForward, boolea
690 scheduleResumeActivity(IBinder token, int processState, boolean isForward, Bundle resumeArgs) argument
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
3427 handleResumeActivity(IBinder token, boolean clearHide, boolean isForward, boolean reallyResume, int seq, String reason) argument
[all...]

Completed in 348 milliseconds