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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java636 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
649 data.writeTypedList(pendingNewIntents);
666 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
673 data.writeTypedList(pendingNewIntents);
633 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
665 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.java545 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward,
557 r.pendingIntents = pendingNewIntents;
572 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
574 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
3188 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
3205 if (pendingNewIntents != null) {
3207 r.pendingIntents.addAll(pendingNewIntents);
3209 r.pendingIntents = pendingNewIntents;
3220 target.pendingIntents = pendingNewIntents;
542 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
571 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
3187 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument

Completed in 71 milliseconds