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

/frameworks/base/services/java/com/android/server/am/
H A DActivityResult.java29 public ActivityResult(ActivityRecord from, String resultWho, argument
31 super(resultWho, requestCode, resultCode, data);
H A DPendingIntentRecord.java192 IBinder resultTo, String resultWho, int requestCode,
244 resultTo, resultWho, requestCode, 0, options);
190 sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, String requiredPermission, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
H A DActivityRecord.java95 final String resultWho; // additional identifier for use by resultTo. field in class:ActivityRecord
157 if (resultTo != null || resultWho != null) {
159 pw.print(" resultWho="); pw.print(resultWho);
331 resultWho = _resultWho;
515 void addResultLocked(ActivityRecord from, String resultWho, argument
518 ActivityResult r = new ActivityResult(from, resultWho,
526 void removeResultsLocked(ActivityRecord from, String resultWho, argument
533 if (resultWho != null) continue;
535 if (!r.mResultWho.equals(resultWho)) continu
[all...]
H A DActivityStack.java2386 String resultWho, int requestCode,
2437 resultWho = sourceRecord.resultWho;
2442 sourceRecord, resultWho, requestCode);
2461 resultRecord, resultWho, requestCode,
2476 resultRecord, resultWho, requestCode,
2512 resultRecord, resultWho, requestCode,
2526 resultRecord, resultWho, requestCode, componentSpecified);
2651 r.resultTo, r.resultWho, r.requestCode,
2852 r.resultTo, r.resultWho,
2384 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, int startFlags, Bundle options, boolean componentSpecified, ActivityRecord[] outActivity) argument
2998 startActivityMayWait(IApplicationThread caller, int callingUid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, WaitResult outResult, Configuration config, Bundle options, int userId) argument
3272 sendActivityResultLocked(int callingUid, ActivityRecord r, String resultWho, int requestCode, int resultCode, Intent data) argument
3576 finishSubActivityLocked(IBinder token, String resultWho, int requestCode) argument
[all...]
H A DActivityManagerService.java2351 String resultWho, int requestCode, int startFlags,
2369 resultTo, resultWho, requestCode, startFlags, profileFile, profileFd,
2375 String resultWho, int requestCode, int startFlags, String profileFile,
2381 resultTo, resultWho, requestCode, startFlags, profileFile, profileFd,
2388 String resultWho, int requestCode, int startFlags, Configuration config,
2392 resultTo, resultWho, requestCode, startFlags,
2399 IBinder resultTo, String resultWho, int requestCode,
2424 resultTo, resultWho, requestCode, flagsMask, flagsValues, options);
2502 final String resultWho = r.resultWho;
2349 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
2373 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
2386 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options) argument
2397 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2524 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options) argument
2760 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
4369 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options) argument
4433 getIntentSenderLocked(int type, String packageName, int callingUid, 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.java36 public ResultInfo(String resultWho, int requestCode, int resultCode, argument
38 mResultWho = resultWho;
H A DActivityManagerNative.java122 String resultWho = data.readString();
131 resultTo, resultWho, requestCode, startFlags,
146 String resultWho = data.readString();
155 resultTo, resultWho, requestCode, startFlags,
170 String resultWho = data.readString();
177 resultTo, resultWho, requestCode, startFlags, config, options);
195 String resultWho = data.readString();
202 fillInIntent, resolvedType, resultTo, resultWho,
239 String resultWho = data.readString();
241 finishSubActivity(token, resultWho, requestCod
1733 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
1767 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
1801 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options) argument
1829 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
1903 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
2761 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options) argument
3284 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options) argument
[all...]
H A DIActivityManager.java55 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
59 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
63 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
68 IBinder resultTo, String resultWho, int requestCode,
74 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
174 String packageName, IBinder token, String resultWho,
273 String resultWho, int requestCode, int startFlags, Bundle options)
54 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
58 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
62 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options) argument
66 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
173 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options) argument
271 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options) argument

Completed in 545 milliseconds