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

/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java208 String requiredPermission, IBinder resultTo, String resultWho, int requestCode,
275 allResolvedTypes, resultTo, options, userId);
278 resolvedType, resultTo, resultWho, requestCode, 0,
207 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 DBroadcastRecord.java60 IIntentReceiver resultTo; // who receives final result if non-null field in class:BroadcastRecord
138 if (resultTo != null || resultCode != -1 || resultData != null) {
139 pw.print(prefix); pw.print("resultTo="); pw.print(resultTo);
214 resultTo = _resultTo;
H A DActivityRecord.java139 ActivityRecord resultTo; // who started this entry, so will get our reply field in class:ActivityRecord
140 final String resultWho; // additional identifier for use by resultTo.
141 final int requestCode; // code given by requester (resultTo)
220 if (resultTo != null || resultWho != null) {
221 pw.print(prefix); pw.print("resultTo="); pw.print(resultTo);
456 resultTo = _resultTo;
H A DActivityStackSupervisor.java911 null /* voiceSession */, null /* voiceInteractor */, null /* resultTo */,
928 IBinder resultTo, String resultWho, int requestCode, int startFlags,
1046 voiceSession, voiceInteractor, resultTo, resultWho,
1101 Intent[] intents, String[] resolvedTypes, IBinder resultTo,
1162 aInfo, null, null, resultTo, null, -1, callingPid, callingUid,
1169 resultTo = outActivity[0] != null ? outActivity[0].appToken : null;
1402 IBinder resultTo, String resultWho, int requestCode,
1436 if (resultTo != null) {
1437 sourceRecord = isInAnyStackLocked(resultTo);
1439 "Will send result to " + resultTo
925 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, WaitResult outResult, Configuration config, Bundle options, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1100 startActivities(IApplicationThread caller, int callingUid, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
1399 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, Bundle options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
[all...]
H A DActivityManagerService.java3850 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3852 return startActivityAsUser(caller, callingPackage, intent, resolvedType, resultTo,
3859 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3866 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
3872 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3884 if (resultTo == null) {
3887 sourceRecord = mStackSupervisor.isInAnyStackLocked(resultTo);
3889 throw new SecurityException("Called with bad activity token: " + resultTo);
3929 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
3950 Intent intent, String resolvedType, IBinder resultTo, Strin
3849 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3858 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3871 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
3949 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3964 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3978 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
4189 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId, IActivityContainer container, TaskRecord inTask) argument
4205 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
4217 startActivitiesInPackage(int uid, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
16497 broadcastIntentLocked(ProcessRecord callerApp, String callerPackage, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle options, boolean ordered, boolean sticky, int callingPid, int callingUid, int userId) argument
17001 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
17025 broadcastIntentInPackage(String packageName, int uid, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String requiredPermission, Bundle options, boolean serialized, boolean sticky, int userId) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1112 Fragment resultTo, int resultRequestCode) {
1113 startWithFragment(fragmentName, args, resultTo, resultRequestCode, 0, 0);
1124 * @param resultTo Option fragment that should receive the result of
1126 * @param resultRequestCode If resultTo is non-null, this is the request
1134 Fragment resultTo, int resultRequestCode, @StringRes int titleRes,
1137 if (resultTo == null) {
1140 resultTo.startActivityForResult(intent, resultRequestCode);
1349 * @param resultTo Optional fragment that result data should be sent to.
1350 * If non-null, resultTo.onActivityResult() will be called when this
1353 * @param resultRequestCode If resultTo i
1111 startWithFragment(String fragmentName, Bundle args, Fragment resultTo, int resultRequestCode) argument
1133 startWithFragment(String fragmentName, Bundle args, Fragment resultTo, int resultRequestCode, @StringRes int titleRes, @StringRes int shortTitleRes) argument
1356 startPreferencePanel(String fragmentClass, Bundle args, @StringRes int titleRes, CharSequence titleText, Fragment resultTo, int resultRequestCode) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java154 IBinder resultTo = data.readStrongBinder();
163 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
177 IBinder resultTo = data.readStrongBinder();
187 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
201 IBinder resultTo = data.readStrongBinder();
212 resultTo, resultWho, requestCode, startFlags, profilerInfo, options,
227 IBinder resultTo = data.readStrongBinder();
237 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
251 IBinder resultTo = data.readStrongBinder();
260 resultTo, resultWh
2631 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
2665 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2700 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
2736 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2771 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2801 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
3033 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
4927 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
[all...]
H A DIActivityManager.java68 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
71 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
74 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
78 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
82 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
87 IBinder resultTo, String resultWho, int requestCode,
109 String resolvedType, IIntentReceiver resultTo, int resultCode,
369 Intent[] intents, String[] resolvedTypes, IBinder resultTo,
67 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
70 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
73 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
77 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
81 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
85 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
108 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
368 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument

Completed in 177 milliseconds