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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java852 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
873 data.writeTypedList(pendingResults);
889 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
895 data.writeTypedList(pendingResults);
848 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
888 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
H A DIApplicationThread.java64 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
66 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, argument
60 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
H A DActivityThread.java338 List<ResultInfo> pendingResults; field in class:ActivityThread.ActivityClientRecord
713 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
730 r.pendingResults = pendingResults;
746 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
749 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
3373 if (r.pendingResults != null) {
3374 deliverResults(r, r.pendingResults);
3375 r.pendingResults = null;
4259 List<ResultInfo> pendingResults, Lis
709 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
745 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
4258 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean fromServer, boolean preserveWindow) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java160 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act field in class:ActivityRecord
297 if (pendingResults != null && pendingResults.size() > 0) {
299 for (WeakReference<PendingIntentRecord> wpir : pendingResults) {

Completed in 131 milliseconds