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.java140 final String resultWho; // additional identifier for use by resultTo. field in class:ActivityRecord
220 if (resultTo != null || resultWho != null) {
222 pw.print(" resultWho="); pw.print(resultWho);
457 resultWho = _resultWho;
676 void addResultLocked(ActivityRecord from, String resultWho, argument
679 ActivityResult r = new ActivityResult(from, resultWho,
687 void removeResultsLocked(ActivityRecord from, String resultWho, argument
694 if (resultWho != null) continue;
696 if (!r.mResultWho.equals(resultWho)) continu
[all...]
H A DPendingIntentRecord.java208 String requiredPermission, IBinder resultTo, String resultWho, int requestCode,
278 resolvedType, resultTo, resultWho, requestCode, 0,
207 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.java2592 String resultWho, int requestCode, int resultCode, Intent data) {
2600 + " : who=" + resultWho + " req=" + requestCode
2605 list.add(new ResultInfo(resultWho, requestCode,
2614 r.addResultLocked(null, resultWho, requestCode, resultCode, data);
2737 final void finishSubActivityLocked(ActivityRecord self, String resultWho, int requestCode) { argument
2743 if ((r.resultWho == null && resultWho == null) ||
2744 (r.resultWho != null && r.resultWho.equals(resultWho))) {
2591 sendActivityResultLocked(int callingUid, ActivityRecord r, String resultWho, int requestCode, int resultCode, Intent data) argument
[all...]
H A DActivityStackSupervisor.java912 null /* resultWho */, 0 /* requestCode */, 0 /* callingPid */, 0 /* callingUid */,
928 IBinder resultTo, String resultWho, int requestCode, int startFlags,
1046 voiceSession, voiceInteractor, resultTo, resultWho,
1402 IBinder resultTo, String resultWho, int requestCode,
1460 resultWho = sourceRecord.resultWho;
1464 resultRecord.removeResultsLocked(sourceRecord, resultWho, requestCode);
1546 resultRecord, resultWho, requestCode,
1568 resultRecord, resultWho, requestCode,
1627 resultStack.sendActivityResultLocked(-1, resultRecord, resultWho, requestCod
925 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, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1399 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 ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
[all...]
H A DActivityManagerService.java3850 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3853 resultWho, requestCode, startFlags, profilerInfo, options,
3859 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3866 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
3872 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3929 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
3950 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3958 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
3965 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3972 resolvedType, null, null, resultTo, resultWho, requestCod
3849 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3858 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3871 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity, int userId) argument
3949 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3964 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3978 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
4189 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
4448 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
6627 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
6698 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.java68 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
71 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
74 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
78 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
82 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
87 IBinder resultTo, String resultWho, int requestCode,
98 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
209 String packageName, IBinder token, String resultWho,
67 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
70 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
73 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity, int userId) argument
77 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
81 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
85 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
208 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.java155 String resultWho = data.readString();
163 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
178 String resultWho = data.readString();
187 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
202 String resultWho = data.readString();
212 resultTo, resultWho, requestCode, startFlags, profilerInfo, options,
228 String resultWho = data.readString();
237 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
252 String resultWho = data.readString();
260 resultTo, resultWho, requestCod
2631 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
2665 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2700 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity, int userId) argument
2736 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2771 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2801 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2929 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
3989 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 227 milliseconds