Searched defs:pendingResults (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java683 Bundle state, List<ResultInfo> pendingResults,
696 data.writeTypedList(pendingResults);
714 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
720 data.writeTypedList(pendingResults);
681 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
713 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DIApplicationThread.java57 Bundle state, List<ResultInfo> pendingResults,
61 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, argument
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
H A DActivityThread.java289 List<ResultInfo> pendingResults; field in class:ActivityThread.ActivityClientRecord
597 Bundle state, List<ResultInfo> pendingResults,
609 r.pendingResults = pendingResults;
625 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
627 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
2728 if (r.pendingResults != null) {
2729 deliverResults(r, r.pendingResults);
2730 r.pendingResults = null;
3527 List<ResultInfo> pendingResults, Lis
595 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
624 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
3526 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java98 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act field in class:ActivityRecord
165 if (pendingResults != null && pendingResults.size() > 0) {
167 for (WeakReference<PendingIntentRecord> wpir : pendingResults) {

Completed in 96 milliseconds