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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java772 List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward,
788 data.writeTypedList(pendingNewIntents);
803 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
810 data.writeTypedList(pendingNewIntents);
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,
68 List<ReferrerIntent> pendingNewIntents, int configChanges,
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,
643 r.pendingIntents = pendingNewIntents;
656 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
658 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
3783 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
3800 if (pendingNewIntents != null) {
3802 r.pendingIntents.addAll(pendingNewIntents);
3804 r.pendingIntents = pendingNewIntents;
3815 target.pendingIntents = pendingNewIntents;
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 117 milliseconds