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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java259 ActivityRecord sourceRecord = null;
262 sourceRecord = mSupervisor.isInAnyStackLocked(resultTo);
264 "Will send result to " + resultTo + " " + sourceRecord);
265 if (sourceRecord != null) {
266 if (requestCode >= 0 && !sourceRecord.finishing) {
267 resultRecord = sourceRecord;
274 if ((launchFlags & Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) {
281 resultRecord = sourceRecord.resultTo;
285 resultWho = sourceRecord.resultWho;
286 requestCode = sourceRecord
544 postStartActivityUncheckedProcessing( ActivityRecord r, int result, int prevFocusedStackId, ActivityRecord sourceRecord, ActivityStack targetStack) argument
959 startActivityUnchecked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask) argument
1178 setInitialState(ActivityRecord r, ActivityOptions options, TaskRecord inTask, boolean doResume, int startFlags, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]
H A DActivityRecord.java603 ActivityContainer container, ActivityOptions options, ActivityRecord sourceRecord) {
716 setActivityType(_componentSpecified, _launchedFromUid, _intent, sourceRecord);
745 private boolean canLaunchHomeActivity(int uid, ActivityRecord sourceRecord) { argument
751 return sourceRecord != null && sourceRecord.isResolverActivity();
755 int launchedFromUid, Intent intent, ActivityRecord sourceRecord) {
756 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord))
597 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller, int _launchedFromUid, String _launchedFromPackage, Intent _intent, String _resolvedType, ActivityInfo aInfo, Configuration _configuration, ActivityRecord _resultTo, String _resultWho, int _reqCode, boolean _componentSpecified, boolean _rootVoiceInteraction, ActivityStackSupervisor supervisor, ActivityContainer container, ActivityOptions options, ActivityRecord sourceRecord) argument
754 setActivityType(boolean componentSpecified, int launchedFromUid, Intent intent, ActivityRecord sourceRecord) argument
H A DActivityStackSupervisor.java459 final ActivityRecord sourceRecord; field in class:ActivityStackSupervisor.PendingActivityLaunch
467 sourceRecord = _sourceRecord;
480 + "activity launcher sourceRecord=" + sourceRecord, e);
4420 final ActivityRecord sourceRecord =
4449 sourceRecord != null ? sourceRecord.task.stack.mStackId : INVALID_STACK_ID,
4450 sourceRecord, task.stack);

Completed in 66 milliseconds