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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java725 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
739 data.writeTypedList(pendingNewIntents);
756 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
763 data.writeTypedList(pendingNewIntents);
722 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
755 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DIApplicationThread.java59 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
63 List<Intent> pendingNewIntents, int configChanges,
56 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
62 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DActivityThread.java596 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
611 r.pendingIntents = pendingNewIntents;
626 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
628 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
3573 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
3590 if (pendingNewIntents != null) {
3592 r.pendingIntents.addAll(pendingNewIntents);
3594 r.pendingIntents = pendingNewIntents;
3605 target.pendingIntents = pendingNewIntents;
593 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
625 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
3572 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument

Completed in 63 milliseconds