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

/frameworks/base/services/java/com/android/server/am/
H A DBroadcastRecord.java50 IIntentReceiver resultTo; // who receives final result if non-null field in class:BroadcastRecord
109 if (resultTo != null || resultCode != -1 || resultData != null) {
110 pw.print(prefix); pw.print("resultTo="); pw.print(resultTo);
180 resultTo = _resultTo;
H A DPendingIntentRecord.java198 IBinder resultTo, String resultWho, int requestCode,
250 allResolvedTypes, resultTo, options, userId);
253 resultTo, resultWho, requestCode, 0, options, userId);
196 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.java94 ActivityRecord resultTo; // who started this entry, so will get our reply field in class:ActivityRecord
95 final String resultWho; // additional identifier for use by resultTo.
96 final int requestCode; // code given by requester (resultTo)
157 if (resultTo != null || resultWho != null) {
158 pw.print(prefix); pw.print("resultTo="); pw.print(resultTo);
336 resultTo = _resultTo;
H A DActivityStack.java2008 if (!finishOnTaskLaunch && !clearWhenTaskReset && target.resultTo != null) {
2152 } else if (target.resultTo != null && (below == null
2456 Intent intent, String resolvedType, ActivityInfo aInfo, IBinder resultTo,
2485 if (resultTo != null) {
2486 int index = indexOfTokenLocked(resultTo);
2488 TAG, "Will send result to " + resultTo + " (index " + index + ")");
2507 resultRecord = sourceRecord.resultTo;
2510 sourceRecord.resultTo = null;
2713 if (r.resultTo != null && (launchFlags&Intent.FLAG_ACTIVITY_NEW_TASK) != 0) {
2721 r.resultTo,
2455 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
3069 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
3228 startActivities(IApplicationThread caller, int callingUid, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
[all...]
H A DActivityManagerService.java2457 Intent intent, String resolvedType, IBinder resultTo,
2460 return startActivityAsUser(caller, intent, resolvedType, resultTo, resultWho, requestCode,
2465 Intent intent, String resolvedType, IBinder resultTo,
2472 resultTo, resultWho, requestCode, startFlags, profileFile, profileFd,
2477 Intent intent, String resolvedType, IBinder resultTo,
2485 resultTo, resultWho, requestCode, startFlags, profileFile, profileFd,
2491 Intent intent, String resolvedType, IBinder resultTo,
2498 resultTo, resultWho, requestCode, startFlags,
2505 IBinder resultTo, String resultWho, int requestCode,
2530 resultTo, resultWh
2456 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
2464 startActivityAsUser(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
2476 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
2490 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2503 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2630 startActivityInPackage(int uid, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId) argument
2643 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
2654 startActivitiesInPackage(int uid, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
11567 broadcastIntentLocked(ProcessRecord callerApp, String callerPackage, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean ordered, boolean sticky, int callingPid, int callingUid, int userId) argument
11955 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean serialized, boolean sticky, int userId) argument
11977 broadcastIntentInPackage(String packageName, int uid, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean serialized, boolean sticky, int userId) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1035 Fragment resultTo, int resultRequestCode) {
1036 startWithFragment(fragmentName, args, resultTo, resultRequestCode, 0, 0);
1047 * @param resultTo Option fragment that should receive the result of
1049 * @param resultRequestCode If resultTo is non-null, this is the request
1057 Fragment resultTo, int resultRequestCode, int titleRes, int shortTitleRes) {
1059 if (resultTo == null) {
1062 resultTo.startActivityForResult(intent, resultRequestCode);
1252 * @param resultTo Optional fragment that result data should be sent to.
1253 * If non-null, resultTo.onActivityResult() will be called when this
1256 * @param resultRequestCode If resultTo i
1034 startWithFragment(String fragmentName, Bundle args, Fragment resultTo, int resultRequestCode) argument
1056 startWithFragment(String fragmentName, Bundle args, Fragment resultTo, int resultRequestCode, int titleRes, int shortTitleRes) argument
1259 startPreferencePanel(String fragmentClass, Bundle args, int titleRes, CharSequence titleText, Fragment resultTo, int resultRequestCode) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java122 IBinder resultTo = data.readStrongBinder();
132 resultTo, resultWho, requestCode, startFlags,
146 IBinder resultTo = data.readStrongBinder();
157 resultTo, resultWho, requestCode, startFlags,
171 IBinder resultTo = data.readStrongBinder();
182 resultTo, resultWho, requestCode, startFlags,
196 IBinder resultTo = data.readStrongBinder();
205 resultTo, resultWho, requestCode, startFlags, config, options, userId);
222 IBinder resultTo = data.readStrongBinder();
230 fillInIntent, resolvedType, resultTo, resultWh
1842 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
1877 startActivityAsUser(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
1912 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
1947 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
1976 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2122 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean serialized, boolean sticky, int userId) argument
3739 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) 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,
67 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
72 IBinder resultTo, String resultWho, int requestCode,
86 String resolvedType, IIntentReceiver resultTo, int resultCode,
314 Intent[] intents, String[] resolvedTypes, IBinder resultTo,
54 startActivity(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
58 startActivityAsUser(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
62 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
66 startActivityWithConfig(IApplicationThread caller, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
70 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
85 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean serialized, boolean sticky, int userId) argument
313 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument

Completed in 535 milliseconds