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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java327 ActivityRecord sourceRecord = null;
330 sourceRecord = mSupervisor.isInAnyStackLocked(resultTo);
332 "Will send result to " + resultTo + " " + sourceRecord);
333 if (sourceRecord != null) {
334 if (requestCode >= 0 && !sourceRecord.finishing) {
335 resultRecord = sourceRecord;
342 if ((launchFlags & Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) {
349 resultRecord = sourceRecord.resultTo;
353 resultWho = sourceRecord.resultWho;
354 requestCode = sourceRecord
596 postStartActivityProcessing( ActivityRecord r, int result, int prevFocusedStackId, ActivityRecord sourceRecord, ActivityStack targetStack) argument
988 startActivity(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask, ActivityRecord[] outActivity) argument
1015 startActivityUnchecked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask, ActivityRecord[] outActivity) argument
1252 setInitialState(ActivityRecord r, ActivityOptions options, TaskRecord inTask, boolean doResume, int startFlags, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
1531 getSourceDisplayId(ActivityRecord sourceRecord, ActivityRecord startingActivity) argument
[all...]
H A DActivityRecord.java797 ActivityRecord sourceRecord) {
911 setActivityType(_componentSpecified, _launchedFromUid, _intent, options, sourceRecord);
1011 private boolean canLaunchHomeActivity(int uid, ActivityRecord sourceRecord) { argument
1017 return sourceRecord != null && sourceRecord.isResolverActivity();
1036 ActivityOptions options, ActivityRecord sourceRecord) {
1037 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord))
2773 stackSupervisor, null /* options */, null /* sourceRecord */);
791 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller, int _launchedFromPid, int _launchedFromUid, String _launchedFromPackage, Intent _intent, String _resolvedType, ActivityInfo aInfo, Configuration _configuration, ActivityRecord _resultTo, String _resultWho, int _reqCode, boolean _componentSpecified, boolean _rootVoiceInteraction, ActivityStackSupervisor supervisor, ActivityOptions options, ActivityRecord sourceRecord) argument
1035 setActivityType(boolean componentSpecified, int launchedFromUid, Intent intent, ActivityOptions options, ActivityRecord sourceRecord) argument
H A DActivityStackSupervisor.java580 final ActivityRecord sourceRecord; field in class:ActivityStackSupervisor.PendingActivityLaunch
588 sourceRecord = _sourceRecord;
601 + "activity launcher sourceRecord=" + sourceRecord, e);
4820 final ActivityRecord sourceRecord =
4856 sourceRecord != null
4857 ? sourceRecord.getTask().getStackId() : INVALID_STACK_ID,
4858 sourceRecord, task.getStack());

Completed in 58 milliseconds