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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java265 ActivityRecord sourceRecord = null;
268 sourceRecord = mSupervisor.isInAnyStackLocked(resultTo);
270 "Will send result to " + resultTo + " " + sourceRecord);
271 if (sourceRecord != null) {
272 if (requestCode >= 0 && !sourceRecord.finishing) {
273 resultRecord = sourceRecord;
280 if ((launchFlags & Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) {
287 resultRecord = sourceRecord.resultTo;
291 resultWho = sourceRecord.resultWho;
292 requestCode = sourceRecord
576 postStartActivityUncheckedProcessing( ActivityRecord r, int result, int prevFocusedStackId, ActivityRecord sourceRecord, ActivityStack targetStack) argument
1024 startActivityUnchecked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask) argument
1252 setInitialState(ActivityRecord r, ActivityOptions options, TaskRecord inTask, boolean doResume, int startFlags, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]
H A DActivityRecord.java611 ActivityContainer container, ActivityOptions options, ActivityRecord sourceRecord) {
725 setActivityType(_componentSpecified, _launchedFromUid, _intent, sourceRecord);
762 private boolean canLaunchHomeActivity(int uid, ActivityRecord sourceRecord) { argument
768 return sourceRecord != null && sourceRecord.isResolverActivity();
772 int launchedFromUid, Intent intent, ActivityRecord sourceRecord) {
773 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord))
605 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
771 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);
4512 final ActivityRecord sourceRecord =
4542 sourceRecord != null ? sourceRecord.task.stack.mStackId : INVALID_STACK_ID,
4543 sourceRecord, task.stack);

Completed in 1186 milliseconds