/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | ContactsIntentResolver.java | 78 final String resolvedType = intent.resolveType(mContext); in resolveIntent() local 85 final String resolvedType = intent.resolveType(mContext); in resolveIntent() local 157 final String resolvedType = intent.resolveType(mContext); in resolveIntent() local
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | InstantAppRequest.java | 36 public final String resolvedType; field in InstantAppRequest 63 String resolvedType, String callingPackage, @Nullable String callingFeatureId, in InstantAppRequest()
|
H A D | IPackageManager.aidl | 96 String resolvedType); in activitySupportsIntent() 136 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() 140 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() 144 String resolvedType, int flags, int userId); in queryIntentActivities() 149 String resolvedType, int flags, int userId); in queryIntentActivityOptions() 152 String resolvedType, int flags, int userId); in queryIntentReceivers() 155 String resolvedType, int flags, int userId); in resolveService() 158 String resolvedType, int flags, int userId); in queryIntentServices() 161 String resolvedType, int flags, int userId); in queryIntentContentProviders() 264 String resolvedType, int flags); in getLastChosenActivity() [all …]
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 1158 String resolvedType = null; in startIntentSender() local 1182 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1197 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1215 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 1232 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 1248 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastAsUserMultiplePermissions() local 1265 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 1280 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1298 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1623 intent.setDataAndType(intent.getData(), resolvedType); in removeStickyBroadcast() local [all …]
|
H A D | IActivityTaskManager.aidl | 93 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivity() 100 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAsUser() 115 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivityIntentSender() 118 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAndWait() 122 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityWithConfig() 126 int callingUid, in Intent intent, in String resolvedType, in startVoiceActivity() 130 … int callingUid, in Intent intent, in String resolvedType, in Bundle options, int userId); in startAssistantActivity() 135 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsCaller() 139 boolean isActivityStartAllowedOnDisplay(int displayId, in Intent intent, in String resolvedType, in isActivityStartAllowedOnDisplay()
|
H A D | IAppTask.aidl | 31 in Intent intent, String resolvedType, in Bundle options); in startActivity()
|
H A D | IActivityManager.aidl | 113 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivity() 116 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityWithFeature() 135 in String resolvedType, in IIntentReceiver resultTo, int resultCode, in broadcastIntent() 161 in String resolvedType, boolean requireForeground, in String callingPackage, in startService() 165 in String resolvedType, int userId); in stopService() 169 in String resolvedType, in IServiceConnection connection, int flags, in bindService() 172 in String resolvedType, in IServiceConnection connection, int flags, in bindIsolatedService() 282 IBinder peekService(in Intent service, in String resolvedType, in String callingPackage); in peekService() 385 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsUser() 389 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAsUserWithFeature() [all …]
|
H A D | PendingIntent.java | 457 String resolvedType = intent.resolveTypeIfNeeded(context.getContentResolver()); in getActivityAsUser() local 644 String resolvedType = intent.resolveTypeIfNeeded(context.getContentResolver()); in getBroadcastAsUser() local 723 String resolvedType = intent.resolveTypeIfNeeded(context.getContentResolver()); in buildServicePendingIntent() local 972 String resolvedType = intent != null ? in sendAndReturnResult() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityInterceptorCallback.java | 75 public final String resolvedType; field in ActivityInterceptorCallback.ActivityInterceptorInfo 82 ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, int callingPid, in ActivityInterceptorInfo()
|
H A D | AppTaskImpl.java | 126 Intent intent, String resolvedType, Bundle bOptions) { in startActivity()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | IIntentSender.aidl | 25 void send(int code, in Intent intent, String resolvedType, in IBinder whitelistToken, in send()
|
/aosp12/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | Filter.java | 35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches()
|
H A D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | NotFilter.java | 36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | SenderPermissionFilter.java | 37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | CategoryFilter.java | 38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | IntentFirewall.java | 131 String resolvedType, ApplicationInfo resolvedApp) { in checkStartActivity() 137 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService() 143 String resolvedType, int receivingUid) { in checkBroadcast() 149 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent() 188 String resolvedType) { in logIntent()
|
H A D | SenderPackageFilter.java | 43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | PortFilter.java | 45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | StringFilter.java | 122 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() 138 String resolvedType); in getValue()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ComponentResolver.java | 317 List<ResolveInfo> queryActivities(Intent intent, String resolvedType, int flags, in queryActivities() 325 List<ResolveInfo> queryActivities(Intent intent, String resolvedType, int flags, in queryActivities() 341 List<ResolveInfo> queryProviders(Intent intent, String resolvedType, int flags, in queryProviders() 488 List<ResolveInfo> queryReceivers(Intent intent, String resolvedType, int flags, in queryReceivers() 503 List<ResolveInfo> queryServices(Intent intent, String resolvedType, int flags, in queryServices() 1369 public List<ResolveInfo> queryIntent(Intent intent, String resolvedType, in queryIntent() 1387 List<ResolveInfo> queryIntentForPackage(Intent intent, String resolvedType, in queryIntentForPackage() 1694 public List<ResolveInfo> queryIntent(Intent intent, String resolvedType, in queryIntent() 1713 List<ResolveInfo> queryIntentForPackage(Intent intent, String resolvedType, in queryIntentForPackage() 1950 public List<ResolveInfo> queryIntent(Intent intent, String resolvedType, in queryIntent() [all …]
|
H A D | InstantAppResolver.java | 272 @NonNull String resolvedType, in buildEphemeralInstallerIntent() 391 String resolvedType, int userId, String packageName, String token, in filterInstantAppIntent() 467 Intent origIntent, String resolvedType, int userId, String packageName, String token, in computeResolveFilters()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | PackageManagerWrapper.java | 77 final String resolvedType = in resolveActivity() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PendingIntentRecord.java | 301 public void send(int code, Intent intent, String resolvedType, IBinder allowlistToken, in send() 307 public int sendWithResult(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendWithResult() 313 public int sendInner(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendInner()
|