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.java183 IBinder resultTo, String resultWho, int requestCode,
214 resultTo, resultWho, requestCode, false);
181 sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues) argument
H A DActivityRecord.java77 final String resultWho; // additional identifier for use by resultTo. field in class:ActivityRecord
132 if (resultTo != null || resultWho != null) {
134 pw.print(" resultWho="); pw.print(resultWho);
202 resultWho = _resultWho;
313 void addResultLocked(ActivityRecord from, String resultWho, argument
316 ActivityResult r = new ActivityResult(from, resultWho,
324 void removeResultsLocked(ActivityRecord from, String resultWho, argument
331 if (resultWho != null) continue;
333 if (!r.mResultWho.equals(resultWho)) continu
[all...]
H A DActivityStack.java1881 String resultWho, int requestCode,
1930 resultWho = sourceRecord.resultWho;
1935 sourceRecord, resultWho, requestCode);
1954 resultRecord, resultWho, requestCode,
1965 resultRecord, resultWho, requestCode,
1992 resultRecord, resultWho, requestCode,
2004 resultRecord, resultWho, requestCode, componentSpecified);
2106 r.resultTo, r.resultWho, r.requestCode,
2288 r.resultTo, r.resultWho,
1877 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, ActivityInfo aInfo, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, boolean onlyIfNeeded, boolean componentSpecified) argument
2387 startActivityMayWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, WaitResult outResult, Configuration config) argument
2597 sendActivityResultLocked(int callingUid, ActivityRecord r, String resultWho, int requestCode, int resultCode, Intent data) argument
[all...]
H A DActivityManagerService.java2079 String resultWho, int requestCode, boolean onlyIfNeeded,
2082 grantedUriPermissions, grantedMode, resultTo, resultWho,
2089 String resultWho, int requestCode, boolean onlyIfNeeded,
2093 grantedUriPermissions, grantedMode, resultTo, resultWho,
2101 String resultWho, int requestCode, boolean onlyIfNeeded,
2104 grantedUriPermissions, grantedMode, resultTo, resultWho,
2110 IBinder resultTo, String resultWho, int requestCode,
2135 null, resultTo, resultWho, requestCode, flagsMask, flagsValues);
2209 final String resultWho = r.resultWho;
2076 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug) argument
2086 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug) argument
2098 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, Configuration config) argument
2108 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues) argument
2232 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded) argument
2463 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
3836 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent intent, String resolvedType, int flags) argument
3878 getIntentSenderLocked(int type, String packageName, int callingUid, IBinder token, String resultWho, int requestCode, Intent intent, String resolvedType, int flags) 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.java138 String resultWho = data.readString();
143 grantedUriPermissions, grantedMode, resultTo, resultWho,
160 String resultWho = data.readString();
165 grantedUriPermissions, grantedMode, resultTo, resultWho,
182 String resultWho = data.readString();
188 grantedUriPermissions, grantedMode, resultTo, resultWho,
207 String resultWho = data.readString();
212 fillInIntent, resolvedType, resultTo, resultWho,
247 String resultWho = data.readString();
249 finishSubActivity(token, resultWho, requestCod
1332 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug) argument
1357 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug) argument
1382 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, Configuration config) argument
1408 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues) argument
1470 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
2233 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent intent, String resolvedType, int flags) argument
2713 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded) argument
[all...]
H A DIActivityManager.java86 int grantedMode, IBinder resultTo, String resultWho, int requestCode,
90 int grantedMode, IBinder resultTo, String resultWho, int requestCode,
94 int grantedMode, IBinder resultTo, String resultWho, int requestCode,
98 IBinder resultTo, String resultWho, int requestCode,
104 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
201 String packageName, IBinder token, String resultWho,
296 String resultWho, int requestCode, boolean onlyIfNeeded)
84 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug) argument
88 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug) argument
92 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, Configuration newConfig) argument
96 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues) argument
200 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent intent, String resolvedType, int flags) argument
294 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded) argument

Completed in 81 milliseconds