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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java699 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
712 data.writeTypedList(pendingNewIntents);
729 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
736 data.writeTypedList(pendingNewIntents);
696 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
728 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DIApplicationThread.java58 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
62 List<Intent> pendingNewIntents, int configChanges,
55 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
61 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DActivityThread.java606 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
618 r.pendingIntents = pendingNewIntents;
633 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
635 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
3575 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
3592 if (pendingNewIntents != null) {
3594 r.pendingIntents.addAll(pendingNewIntents);
3596 r.pendingIntents = pendingNewIntents;
3607 target.pendingIntents = pendingNewIntents;
603 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
632 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
3574 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument

Completed in 37 milliseconds