Searched refs:pendingResults (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java58 int procState, Bundle state, List<ResultInfo> pendingResults,
62 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, argument
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
H A DActivityThread.java280 List<ResultInfo> pendingResults; field in class:ActivityThread.ActivityClientRecord
595 int procState, Bundle state, List<ResultInfo> pendingResults,
610 r.pendingResults = pendingResults;
626 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
628 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
2774 if (r.pendingResults != null) {
2775 deliverResults(r, r.pendingResults);
2776 r.pendingResults = null;
3573 List<ResultInfo> pendingResults, Lis
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
[all...]
H A DApplicationThreadNative.java724 int procState, Bundle state, List<ResultInfo> pendingResults,
738 data.writeTypedList(pendingResults);
756 List<ResultInfo> pendingResults, List<Intent> pendingNewIntents,
762 data.writeTypedList(pendingResults);
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
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java111 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act field in class:ActivityRecord
182 if (pendingResults != null && pendingResults.size() > 0) {
184 for (WeakReference<PendingIntentRecord> wpir : pendingResults) {
H A DActivityStack.java2392 r.pendingResults = null;
2646 if (r.finishing && r.pendingResults != null) {
2647 for (WeakReference<PendingIntentRecord> apr : r.pendingResults) {
2653 r.pendingResults = null;
H A DActivityManagerService.java4736 pir.key.activity.pendingResults.remove(pir.ref);
5456 if (activity.pendingResults == null) {
5457 activity.pendingResults
5460 activity.pendingResults.add(rec.ref);
5495 rec.key.activity.pendingResults.remove(rec.ref);

Completed in 500 milliseconds