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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java852 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
874 data.writeTypedList(pendingNewIntents);
889 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
896 data.writeTypedList(pendingNewIntents);
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.java64 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
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.java713 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
731 r.pendingIntents = pendingNewIntents;
746 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
749 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
4259 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
4277 if (pendingNewIntents != null) {
4279 r.pendingIntents.addAll(pendingNewIntents);
4281 r.pendingIntents = pendingNewIntents;
4303 target.pendingIntents = pendingNewIntents;
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 85 milliseconds