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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java771 PersistableBundle persistentState, List<ResultInfo> pendingResults,
787 data.writeTypedList(pendingResults);
803 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
809 data.writeTypedList(pendingResults);
768 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, 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
802 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
H A DIApplicationThread.java64 PersistableBundle persistentState, List<ResultInfo> pendingResults,
67 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, argument
61 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, 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.java307 List<ResultInfo> pendingResults; field in class:ActivityThread.ActivityClientRecord
624 PersistableBundle persistentState, List<ResultInfo> pendingResults,
642 r.pendingResults = pendingResults;
656 List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents,
658 requestRelaunchActivity(token, pendingResults, pendingNewIntents,
2971 if (r.pendingResults != null) {
2972 deliverResults(r, r.pendingResults);
2973 r.pendingResults = null;
3783 List<ResultInfo> pendingResults, Lis
621 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, 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
655 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
3782 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java135 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act field in class:ActivityRecord
231 if (pendingResults != null && pendingResults.size() > 0) {
233 for (WeakReference<PendingIntentRecord> wpir : pendingResults) {

Completed in 1291 milliseconds