Home
last modified time | relevance | path

Searched defs:resultTo (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartController.java277 String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivityInPackage()
319 IBinder resultTo, SafeActivityOptions options, int userId, boolean validateIncomingUser, in startActivitiesInPackage()
342 String[] resolvedTypes, IBinder resultTo, SafeActivityOptions options, int userId, in startActivitiesInPackage()
359 Intent[] intents, String[] resolvedTypes, IBinder resultTo, SafeActivityOptions options, in startActivities()
540 @Nullable IBinder resultTo, int callingUid, int callingPid, in startActivityInTaskFragment()
H A DActivityTaskManagerService.java1213 String callingFeatureId, Intent intent, String resolvedType, IBinder resultTo, in startActivity()
1223 String callingFeatureId, Intent[] intents, String[] resolvedTypes, IBinder resultTo, in startActivities()
1238 String callingFeatureId, Intent intent, String resolvedType, IBinder resultTo, in startActivityAsUser()
1248 IBinder resultTo, String resultWho, int requestCode, int startFlags, in startActivityAsUser()
1296 IBinder allowlistToken, Intent fillInIntent, String resolvedType, IBinder resultTo, in startActivityIntentSender()
1406 final ActivityRecord resultTo = r.resultTo; in startNextMatchingActivity() local
1522 String callingFeatureId, Intent intent, String resolvedType, IBinder resultTo, in startActivityAndWait()
1550 String callingFeatureId, Intent intent, String resolvedType, IBinder resultTo, in startActivityWithConfig()
5821 String[] resolvedTypes, IBinder resultTo, SafeActivityOptions options, int userId, in startActivitiesInPackage()
5834 String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivityInPackage()
[all …]
H A DActivityTaskManagerInternal.java223 String[] resolvedTypes, IBinder resultTo, SafeActivityOptions options, int userId, in startActivitiesInPackage()
229 String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivityInPackage()
256 @Nullable String callingFeatureId, Intent intent, @Nullable IBinder resultTo, in startActivityAsUser()
H A DActivityStarter.java384 IBinder resultTo; field in ActivityStarter.Request
915 final IBinder resultTo = request.resultTo; in executeRequest() local
3296 ActivityStarter setResultTo(IBinder resultTo) { in setResultTo()
H A DActivityRecord.java508 ActivityRecord resultTo; // who started this entry, so will get our reply field in ActivityRecord
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityTaskManager.aidl98 in IBinder resultTo, in String resultWho, int requestCode, in startActivity()
102 in IBinder resultTo, in Bundle options, int userId); in startActivities()
105 in IBinder resultTo, in String resultWho, int requestCode, int flags, in startActivityAsUser()
111 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivityIntentSender()
115 in IBinder resultTo, in String resultWho, int requestCode, int flags, in startActivityAndWait()
119 in IBinder resultTo, in String resultWho, int requestCode, int startFlags, in startActivityWithConfig()
136 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsCaller()
H A DIActivityManager.aidl165 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivity()
169 in IBinder resultTo, in String resultWho, int requestCode, int flags, in startActivityWithFeature()
187 in String resolvedType, in IIntentReceiver resultTo, int resultCode, in broadcastIntent()
191 in Intent intent, in String resolvedType, in IIntentReceiver resultTo, int resultCode, in broadcastIntentWithFeature()
445 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsUser()
450 in IBinder resultTo, in String resultWho, int requestCode, int flags, in startActivityAsUserWithFeature()
H A DActivityManagerInternal.java614 IApplicationThread resultToThread, IIntentReceiver resultTo, int resultCode, in broadcastIntentInPackage()
845 IIntentReceiver resultTo, in broadcastIntent()
858 IIntentReceiver resultTo, in broadcastIntentWithCallback()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueTest.java612 List<Object> receivers, IIntentReceiver resultTo) { in makeBroadcastRecord()
618 List<Object> receivers, IIntentReceiver resultTo, Bundle resultExtras) { in makeOrderedBroadcastRecord()
625 IIntentReceiver resultTo, Bundle resultExtras, int userId) { in makeBroadcastRecord()
H A DBroadcastQueueModernImplTest.java248 List receivers, IIntentReceiver resultTo, boolean ordered) { in makeBroadcastRecord()
1120 final IIntentReceiver resultTo = mock(IIntentReceiver.class); in testDeliveryGroupPolicy_resultTo_diffReceivers() local
H A DBroadcastRecordTest.java443 final IIntentReceiver resultTo = new IIntentReceiver.Default(); in testCalculateDeferUntilActive_Overrides() local
/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1130 Fragment resultTo, int resultRequestCode) { in startWithFragment()
1152 Fragment resultTo, int resultRequestCode, @StringRes int titleRes, in startWithFragment()
1385 CharSequence titleText, Fragment resultTo, int resultRequestCode) { in startPreferencePanel()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java399 IIntentReceiver finishedReceiver, String requiredPermission, IBinder resultTo, in sendInner()
408 String requiredPermission, IBinder resultTo, String resultWho, int requestCode, in sendInner()
H A DBroadcastRecord.java126 @Nullable IIntentReceiver resultTo; // who receives final result if non-null field in BroadcastRecord
431 ProcessRecord resultToApp, IIntentReceiver resultTo, int resultCode, in BroadcastRecord()
1009 @Nullable IIntentReceiver resultTo, boolean ordered, boolean urgent) { in calculateDeferUntilActive()
H A DUserController.java546 private void finishUserBoot(UserState uss, IIntentReceiver resultTo) { in finishUserBoot()
H A DActivityManagerService.java3271 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivity()
3279 String callingFeatureId, Intent intent, String resolvedType, IBinder resultTo, in startActivityWithFeature()
3292 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivityAsUser()
3301 IBinder resultTo, String resultWho, int requestCode, int startFlags, in startActivityAsUserWithFeature()
3309 @Nullable String callingFeatureId, Intent intent, String resolvedType, IBinder resultTo, in startActivityAndWait()
14493 IIntentReceiver resultTo, int resultCode, String resultData, in broadcastIntentLocked()
15452 Intent intent, String resolvedType, IIntentReceiver resultTo, in broadcastIntent()
15463 Intent intent, String resolvedType, IIntentReceiver resultTo, in broadcastIntentWithFeature()
15499 ProcessRecord resultToApp, IIntentReceiver resultTo, int resultCode, in broadcastIntentInPackage()
18226 IIntentReceiver resultTo, in broadcastIntent()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java1236 IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, in broadcastIntent()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java325 final IBinder resultTo = containsConditions(preconditions, PRECONDITION_SOURCE_PRESENT) in verifyStartActivityPreconditionsUntracked() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...