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.java210 String requiredPermission, IBinder resultTo, String resultWho, int requestCode,
291 resolvedType, resultTo, resultWho, requestCode, 0,
209 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.java233 IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid,
291 resultWho = sourceRecord.resultWho;
295 resultRecord.removeResultsLocked(sourceRecord, resultWho, requestCode);
370 -1, resultRecord, resultWho, requestCode, RESULT_CANCELED, null);
376 boolean abort = !mSupervisor.checkStartAnyActivityPermission(intent, aInfo, resultWho,
407 resultStack.sendActivityResultLocked(-1, resultRecord, resultWho, requestCode,
474 intent, resolvedType, aInfo, mService.mConfiguration, resultRecord, resultWho,
535 Binder.getCallingUid(), userId, null /*token*/, null /*resultWho*/, 1,
555 Binder.getCallingUid(), userId, null /*token*/, null /*resultWho*/,
230 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
715 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.java158 final String resultWho; // additional identifier for use by resultTo. field in class:ActivityRecord
282 if (resultTo != null || resultWho != null) {
284 pw.print(" resultWho="); pw.print(resultWho);
626 resultWho = _resultWho;
906 void addResultLocked(ActivityRecord from, String resultWho, argument
909 ActivityResult r = new ActivityResult(from, resultWho,
917 void removeResultsLocked(ActivityRecord from, String resultWho, argument
924 if (resultWho != null) continue;
926 if (!r.mResultWho.equals(resultWho)) continu
[all...]
H A DActivityStack.java3174 String resultWho, int requestCode, int resultCode, Intent data) {
3182 + " : who=" + resultWho + " req=" + requestCode
3187 list.add(new ResultInfo(resultWho, requestCode,
3196 r.addResultLocked(null, resultWho, requestCode, resultCode, data);
3332 final void finishSubActivityLocked(ActivityRecord self, String resultWho, int requestCode) { argument
3338 if ((r.resultWho == null && resultWho == null) ||
3339 (r.resultWho != null && r.resultWho.equals(resultWho))) {
3173 sendActivityResultLocked(int callingUid, ActivityRecord r, String resultWho, int requestCode, int resultCode, Intent data) argument
[all...]
H A DActivityStackSupervisor.java1424 String resultWho, int requestCode, int callingPid, int callingUid,
1440 resultRecord, resultWho, requestCode,
1423 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.java4329 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4332 resultWho, requestCode, startFlags, profilerInfo, bOptions,
4357 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4364 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
4370 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4427 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
4448 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4456 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
4463 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
4470 resolvedType, null, null, resultTo, resultWho, requestCod
4328 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) argument
4356 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4369 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
4447 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4462 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle bOptions, int userId) argument
4476 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle bOptions) argument
4731 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
4957 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
7067 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle bOptions, int userId) argument
7138 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
3074 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3108 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3143 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
3179 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3214 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3244 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
3410 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
4639 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 173 milliseconds