Searched defs:resultWho (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityResult.java28 public ActivityResult(ActivityRecord from, String resultWho, argument
30 super(resultWho, requestCode, resultCode, data);
H A DPendingIntentRecord.java246 String requiredPermission, IBinder resultTo, String resultWho, int requestCode,
339 resolvedType, resultTo, resultWho, requestCode, 0,
244 sendInner(int code, Intent intent, String resolvedType, IBinder whitelistToken, IIntentReceiver finishedReceiver, String requiredPermission, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
H A DActivityStarter.java266 IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid,
279 aInfo, rInfo, voiceSession, voiceInteractor, resultTo, resultWho, requestCode,
297 IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid,
353 resultWho = sourceRecord.resultWho;
357 resultRecord.removeResultsLocked(sourceRecord, resultWho, requestCode);
432 -1, resultRecord, resultWho, requestCode, RESULT_CANCELED, null);
438 boolean abort = !mSupervisor.checkStartAnyActivityPermission(intent, aInfo, resultWho,
469 resultStack.sendActivityResultLocked(-1, resultRecord, resultWho, requestCode,
534 resultRecord, resultWho, requestCod
263 startActivityLocked(IApplicationThread caller, Intent intent, Intent ephemeralIntent, String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, ActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, TaskRecord inTask, String reason) argument
294 startActivity(IApplicationThread caller, Intent intent, Intent ephemeralIntent, String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, ActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, TaskRecord inTask) argument
673 startActivityMayWait(IApplicationThread caller, int callingUid, String callingPackage, Intent intent, String resolvedType, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, WaitResult outResult, Configuration globalConfig, Bundle bOptions, boolean ignoreTargetSecurity, int userId, TaskRecord inTask, String reason) argument
[all...]
H A DActivityRecord.java262 final String resultWho; // additional identifier for use by resultTo. field in class:ActivityRecord
415 if (resultTo != null || resultWho != null) {
417 pw.print(" resultWho="); pw.print(resultWho);
812 resultWho = _resultWho;
1302 void addResultLocked(ActivityRecord from, String resultWho, argument
1305 ActivityResult r = new ActivityResult(from, resultWho,
1313 void removeResultsLocked(ActivityRecord from, String resultWho, argument
1320 if (resultWho != null) continue;
1322 if (!r.mResultWho.equals(resultWho)) continu
[all...]
H A DActivityStack.java3357 String resultWho, int requestCode, int resultCode, Intent data) {
3365 + " : who=" + resultWho + " req=" + requestCode
3370 list.add(new ResultInfo(resultWho, requestCode,
3379 r.addResultLocked(null, resultWho, requestCode, resultCode, data);
3573 final void finishSubActivityLocked(ActivityRecord self, String resultWho, int requestCode) { argument
3579 if ((r.resultWho == null && resultWho == null) ||
3580 (r.resultWho != null && r.resultWho.equals(resultWho))) {
3356 sendActivityResultLocked(int callingUid, ActivityRecord r, String resultWho, int requestCode, int resultCode, Intent data) argument
[all...]
H A DActivityStackSupervisor.java1595 String resultWho, int requestCode, int callingPid, int callingUid,
1611 resultRecord, resultWho, requestCode,
1594 checkStartAnyActivityPermission(Intent intent, ActivityInfo aInfo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, boolean ignoreTargetSecurity, ProcessRecord callerApp, ActivityRecord resultRecord, ActivityStack resultStack, ActivityOptions options) argument
H A DActivityManagerService.java4517 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4520 resultWho, requestCode, startFlags, profilerInfo, bOptions,
4526 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4533 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
4539 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4596 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
4618 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4626 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
4633 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4640 resolvedType, null, null, resultTo, resultWho, requestCod
4516 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) argument
4525 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4538 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity, int userId) argument
4617 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4632 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle bOptions, int userId) argument
4646 startActivityIntentSender(IApplicationThread caller, IIntentSender target, IBinder whitelistToken, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle bOptions) argument
4919 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle bOptions, int userId, TaskRecord inTask, String reason) argument
5153 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
7575 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle bOptions, int userId) argument
7646 getIntentSenderLocked(int type, String packageName, int callingUid, int userId, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle bOptions) argument
[all...]
/frameworks/base/core/java/android/app/
H A DResultInfo.java32 public ResultInfo(String resultWho, int requestCode, int resultCode, argument
34 mResultWho = resultWho;
H A DInstrumentation.java1783 Context who, IBinder contextThread, IBinder token, String resultWho,
1814 token, resultWho,
1782 execStartActivity( Context who, IBinder contextThread, IBinder token, String resultWho, Intent intent, int requestCode, Bundle options, UserHandle user) argument
H A DActivity.java4575 public void startActivityForResultAsUser(Intent intent, String resultWho, int requestCode, argument
4582 this, mMainThread.getApplicationThread(), mToken, resultWho, intent, requestCode,

Completed in 3147 milliseconds