Searched refs:resultWho (Results 1 - 9 of 9) 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 DActivityRecord.java132 final String resultWho; // additional identifier for use by resultTo. field in class:ActivityRecord
208 if (resultTo != null || resultWho != null) {
210 pw.print(" resultWho="); pw.print(resultWho);
398 resultWho = _resultWho;
608 void addResultLocked(ActivityRecord from, String resultWho, argument
611 ActivityResult r = new ActivityResult(from, resultWho,
619 void removeResultsLocked(ActivityRecord from, String resultWho, argument
626 if (resultWho != null) continue;
628 if (!r.mResultWho.equals(resultWho)) continu
[all...]
H A DPendingIntentRecord.java201 IBinder resultTo, String resultWho, int requestCode,
256 resolvedType, resultTo, resultWho, requestCode, 0,
199 sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, String requiredPermission, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options, IActivityContainer container) argument
H A DActivityStack.java2443 String resultWho, int requestCode, int resultCode, Intent data) {
2451 + " : who=" + resultWho + " req=" + requestCode
2456 list.add(new ResultInfo(resultWho, requestCode,
2465 r.addResultLocked(null, resultWho, requestCode, resultCode, data);
2557 final void finishSubActivityLocked(ActivityRecord self, String resultWho, int requestCode) { argument
2563 if ((r.resultWho == null && resultWho == null) ||
2564 (r.resultWho != null && r.resultWho.equals(resultWho))) {
2442 sendActivityResultLocked(int callingUid, ActivityRecord r, String resultWho, int requestCode, int resultCode, Intent data) argument
[all...]
H A DActivityStackSupervisor.java840 IBinder resultTo, String resultWho, int requestCode, int startFlags,
952 voiceSession, voiceInteractor, resultTo, resultWho,
1299 IBinder resultTo, String resultWho, int requestCode,
1353 resultWho = sourceRecord.resultWho;
1357 resultRecord.removeResultsLocked(sourceRecord, resultWho, requestCode);
1423 resultRecord, resultWho, requestCode,
1437 resultRecord, resultWho, requestCode,
1473 resultStack.sendActivityResultLocked(-1, resultRecord, resultWho, requestCode,
1483 intent, resolvedType, aInfo, mService.mConfiguration, resultRecord, resultWho,
837 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 config, Bundle options, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1296 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, Bundle options, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
[all...]
H A DActivityManagerService.java3349 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3352 resultWho, requestCode, startFlags, profilerInfo, options,
3358 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3365 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
3371 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3417 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
3438 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3446 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
3453 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3460 resolvedType, null, null, resultTo, resultWho, requestCod
3348 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3357 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3370 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3437 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3452 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3466 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
3664 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId, IActivityContainer container, TaskRecord inTask) argument
4432 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
6424 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
6495 getIntentSenderLocked(int type, String packageName, int callingUid, int userId, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options) 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 DIActivityManager.java65 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
68 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
71 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
74 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
78 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
83 IBinder resultTo, String resultWho, int requestCode,
94 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
203 String packageName, IBinder token, String resultWho,
64 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
67 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
70 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
73 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
77 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
81 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
202 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
H A DActivityManagerNative.java132 String resultWho = data.readString();
140 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
155 String resultWho = data.readString();
164 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
179 String resultWho = data.readString();
188 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
203 String resultWho = data.readString();
212 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
227 String resultWho = data.readString();
235 resultTo, resultWho, requestCod
2403 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
2437 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2472 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2506 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2541 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2571 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2699 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
3749 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
[all...]

Completed in 152 milliseconds