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.java221 String requiredPermission, IBinder resultTo, String resultWho, int requestCode,
302 resolvedType, resultTo, resultWho, requestCode, 0,
220 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 DActivityStarter.java227 IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid,
285 resultWho = sourceRecord.resultWho;
289 resultRecord.removeResultsLocked(sourceRecord, resultWho, requestCode);
364 -1, resultRecord, resultWho, requestCode, RESULT_CANCELED, null);
370 boolean abort = !mSupervisor.checkStartAnyActivityPermission(intent, aInfo, resultWho,
401 resultStack.sendActivityResultLocked(-1, resultRecord, resultWho, requestCode,
494 intent, resolvedType, aInfo, mService.mConfiguration, resultRecord, resultWho,
608 null /*voiceInteractor*/, null /*resultTo*/, null /*resultWho*/,
678 IBinder resultTo, String resultWho, in
224 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, ActivityStackSupervisor.ActivityContainer container, TaskRecord inTask) argument
675 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, IActivityManager.WaitResult outResult, Configuration config, Bundle bOptions, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
[all...]
H A DActivityRecord.java157 final String resultWho; // additional identifier for use by resultTo. field in class:ActivityRecord
274 if (resultTo != null || resultWho != null) {
276 pw.print(" resultWho="); pw.print(resultWho);
618 resultWho = _resultWho;
889 void addResultLocked(ActivityRecord from, String resultWho, argument
892 ActivityResult r = new ActivityResult(from, resultWho,
900 void removeResultsLocked(ActivityRecord from, String resultWho, argument
907 if (resultWho != null) continue;
909 if (!r.mResultWho.equals(resultWho)) continu
[all...]
H A DActivityStack.java3134 String resultWho, int requestCode, int resultCode, Intent data) {
3142 + " : who=" + resultWho + " req=" + requestCode
3147 list.add(new ResultInfo(resultWho, requestCode,
3156 r.addResultLocked(null, resultWho, requestCode, resultCode, data);
3292 final void finishSubActivityLocked(ActivityRecord self, String resultWho, int requestCode) { argument
3298 if ((r.resultWho == null && resultWho == null) ||
3299 (r.resultWho != null && r.resultWho.equals(resultWho))) {
3133 sendActivityResultLocked(int callingUid, ActivityRecord r, String resultWho, int requestCode, int resultCode, Intent data) argument
[all...]
H A DActivityStackSupervisor.java1390 String resultWho, int requestCode, int callingPid, int callingUid,
1406 resultRecord, resultWho, requestCode,
1389 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.java4266 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4269 resultWho, requestCode, startFlags, profilerInfo, bOptions,
4294 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4301 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
4307 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4364 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
4385 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4393 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
4400 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4407 resolvedType, null, null, resultTo, resultWho, requestCod
4265 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) argument
4293 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4306 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
4384 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4399 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle bOptions, int userId) argument
4413 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle bOptions) argument
4668 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle bOptions, int userId, IActivityContainer container, TaskRecord inTask) argument
4894 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
7001 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle bOptions, int userId) argument
7072 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 DActivityManagerNative.java158 String resultWho = data.readString();
166 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
181 String resultWho = data.readString();
190 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
205 String resultWho = data.readString();
215 resultTo, resultWho, requestCode, startFlags, profilerInfo, options,
231 String resultWho = data.readString();
240 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
255 String resultWho = data.readString();
263 resultTo, resultWho, requestCod
3044 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3078 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3113 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
3149 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3184 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3214 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
3380 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
4609 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
[all...]
H A DIActivityManager.java71 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
74 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
77 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
81 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
85 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
90 IBinder resultTo, String resultWho, int requestCode,
102 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
277 String packageName, IBinder token, String resultWho,
70 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
73 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
76 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
80 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
84 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
88 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
276 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument

Completed in 1355 milliseconds