/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | ContactsIntentResolver.java | 78 final String resolvedType = intent.resolveType(mContext); in resolveIntent() local 79 if (Phone.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() 81 } else if (Email.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() 85 final String resolvedType = intent.resolveType(mContext); in resolveIntent() local 86 if (Contacts.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() 88 } else if (People.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() 91 } else if (Phone.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() 93 } else if (Phones.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() 101 } else if (Email.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() 103 } else if (Groups.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | StringFilter.java | 138 String resolvedType); in getValue() argument 233 String resolvedType) { 244 String resolvedType) { 255 String resolvedType) { 266 String resolvedType) { 274 String resolvedType) { 286 String resolvedType) { 287 return resolvedType; 294 String resolvedType) { 306 String resolvedType) { [all …]
|
H A D | IntentFirewall.java | 131 String resolvedType, ApplicationInfo resolvedApp) { in checkStartActivity() argument 133 callerUid, callerPid, resolvedType, resolvedApp.uid); in checkStartActivity() 137 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService() argument 139 callerPid, resolvedType, resolvedApp.uid); in checkService() 143 String resolvedType, int receivingUid) { in checkBroadcast() argument 145 callerUid, callerPid, resolvedType, receivingUid); in checkBroadcast() 149 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent() argument 157 candidateRules = resolver.queryIntent(intent, resolvedType, false /*defaultOnly*/, 0); in checkIntent() 181 logIntent(intentType, intent, callerUid, resolvedType); in checkIntent() 188 String resolvedType) { in logIntent() argument [all …]
|
H A D | SenderFilter.java | 83 int callerUid, int callerPid, String resolvedType, int receivingUid) { 91 int callerUid, int callerPid, String resolvedType, int receivingUid) { 99 int callerUid, int callerPid, String resolvedType, int receivingUid) { 108 int callerUid, int callerPid, String resolvedType, int receivingUid) {
|
H A D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 32 resolvedType, receivingUid)) { in matches()
|
H A D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 32 resolvedType, receivingUid)) { in matches()
|
H A D | NotFilter.java | 36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 37 return !mChild.matches(ifw, resolvedComponent, intent, callerUid, callerPid, resolvedType, in matches()
|
/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() argument 69 this.resolvedType = resolvedType; in InstantAppRequest()
|
H A D | IPackageManager.aidl | 96 String resolvedType); in activitySupportsIntent() argument 136 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() argument 140 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() argument 144 String resolvedType, int flags, int userId); in queryIntentActivities() argument 149 String resolvedType, int flags, int userId); in queryIntentActivityOptions() argument 152 String resolvedType, int flags, int userId); in queryIntentReceivers() argument 155 String resolvedType, int flags, int userId); in resolveService() argument 158 String resolvedType, int flags, int userId); in queryIntentServices() argument 161 String resolvedType, int flags, int userId); in queryIntentContentProviders() argument 264 String resolvedType, int flags); in getLastChosenActivity() argument [all …]
|
/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() argument 92 this.resolvedType = resolvedType; in ActivityInterceptorInfo()
|
H A D | ActivityStarter.java | 328 String resolvedType; field in ActivityStarter.Request 380 resolvedType = null; in reset() 421 resolvedType = request.resolvedType; in set() 772 mRequest.resolvedType = null; in resolveToHeavyWeightSwitcherIfNeeded() 829 String resolvedType = request.resolvedType; in executeRequest() local 960 intent, resolvedType)) { in executeRequest() 1099 resolvedType = null; in executeRequest() 1127 resolvedType = null; in executeRequest() 1152 .setResolvedType(resolvedType) in executeRequest() 1483 resolvedType, in createLaunchIntent() [all …]
|
H A D | AppTaskImpl.java | 126 Intent intent, String resolvedType, Bundle bOptions) { in startActivity() argument 149 .setResolvedType(resolvedType) in startActivity()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IActivityTaskManager.aidl | 93 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivity() argument 100 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAsUser() argument 115 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivityIntentSender() argument 118 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAndWait() argument 122 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityWithConfig() argument 126 int callingUid, in Intent intent, in String resolvedType, in startVoiceActivity() argument 130 … int callingUid, in Intent intent, in String resolvedType, in Bundle options, int userId); in startAssistantActivity() argument 135 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsCaller() argument 139 boolean isActivityStartAllowedOnDisplay(int displayId, in Intent intent, in String resolvedType, in isActivityStartAllowedOnDisplay() argument
|
H A D | ContextImpl.java | 1158 String resolvedType = null; in startIntentSender() local 1168 fillInIntent, resolvedType, null, null, in startIntentSender() 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 1621 if (resolvedType != null) { in removeStickyBroadcast() 1623 intent.setDataAndType(intent.getData(), resolvedType); in removeStickyBroadcast() local 1704 if (resolvedType != null) { in removeStickyBroadcastAsUser() [all …]
|
H A D | PendingIntent.java | 457 String resolvedType = intent.resolveTypeIfNeeded(context.getContentResolver()); in getActivityAsUser() local 466 resolvedType != null ? new String[] { resolvedType } : null, in getActivityAsUser() 644 String resolvedType = intent.resolveTypeIfNeeded(context.getContentResolver()); in getBroadcastAsUser() local 652 resolvedType != null ? new String[] { resolvedType } : null, in getBroadcastAsUser() 723 String resolvedType = intent.resolveTypeIfNeeded(context.getContentResolver()); in buildServicePendingIntent() local 731 resolvedType != null ? new String[] { resolvedType } : null, in buildServicePendingIntent() 972 String resolvedType = intent != null ? in sendAndReturnResult() local 987 mTarget, mWhitelistToken, code, intent, resolvedType, in sendAndReturnResult()
|
H A D | IActivityManager.aidl | 113 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivity() argument 116 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityWithFeature() argument 135 in String resolvedType, in IIntentReceiver resultTo, int resultCode, in broadcastIntent() argument 161 in String resolvedType, boolean requireForeground, in String callingPackage, in startService() argument 165 in String resolvedType, int userId); in stopService() argument 169 in String resolvedType, in IServiceConnection connection, int flags, in bindService() argument 172 in String resolvedType, in IServiceConnection connection, int flags, in bindIsolatedService() argument 282 IBinder peekService(in Intent service, in String resolvedType, in String callingPackage); in peekService() argument 385 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsUser() argument 389 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAsUserWithFeature() argument [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | IntentResolver.java | 411 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme in queryIntent() 421 if (resolvedType != null) { in queryIntent() 422 int slashpos = resolvedType.indexOf('/'); in queryIntent() 424 final String baseType = resolvedType.substring(0, slashpos); in queryIntent() 426 if (resolvedType.length() != slashpos+2 in queryIntent() 427 || resolvedType.charAt(slashpos+1) != '*') { in queryIntent() 430 firstTypeCut = mTypeToFilter.get(resolvedType); in queryIntent() 475 buildResolveList(intent, categories, debug, defaultOnly, resolvedType, in queryIntent() 479 buildResolveList(intent, categories, debug, defaultOnly, resolvedType, in queryIntent() 483 buildResolveList(intent, categories, debug, defaultOnly, resolvedType, in queryIntent() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ComponentResolver.java | 320 return mActivities.queryIntent(intent, resolvedType, flags, userId); in queryActivities() 329 intent, resolvedType, flags, activities, userId); in queryActivities() 336 return mProviders.queryIntent(intent, resolvedType, flags, userId); in queryProviders() 483 return mReceivers.queryIntent(intent, resolvedType, flags, userId); in queryReceivers() 498 return mServices.queryIntent(intent, resolvedType, flags, userId); in queryServices() 503 List<ResolveInfo> queryServices(Intent intent, String resolvedType, int flags, in queryServices() argument 1369 public List<ResolveInfo> queryIntent(Intent intent, String resolvedType, in queryIntent() argument 1373 return super.queryIntent(intent, resolvedType, defaultOnly, userId); in queryIntent() 1382 return super.queryIntent(intent, resolvedType, in queryIntent() 1707 return super.queryIntent(intent, resolvedType, in queryIntent() [all …]
|
H A D | InstantAppResolver.java | 153 instantAppResolveInfoList, origIntent, requestObj.resolvedType, in doInstantAppResolutionPhaseOne() 227 requestObj.resolvedType, in doInstantAppResolutionPhaseTwo() 272 @NonNull String resolvedType, in buildEphemeralInstallerIntent() argument 318 new String[] { resolvedType }, in buildEphemeralInstallerIntent() 339 new String[] { resolvedType }, in buildEphemeralInstallerIntent() 391 String resolvedType, int userId, String packageName, String token, in filterInstantAppIntent() argument 424 origIntent, resolvedType, userId, packageName, token, instantAppResolveInfo); in filterInstantAppIntent() 467 Intent origIntent, String resolvedType, int userId, String packageName, String token, in computeResolveFilters() argument 522 origIntent, resolvedType, false /*defaultOnly*/, userId); in computeResolveFilters()
|
/aosp12/system/tools/hidl/ |
H A D | AST.cpp | 652 Type *resolvedType = nullptr; in lookupTypeFromImports() local 665 if (resolvedType != nullptr) { in lookupTypeFromImports() 676 resolvedType = match; in lookupTypeFromImports() 677 returnedType = resolvedType; in lookupTypeFromImports() 692 if (resolvedType != nullptr) { in lookupTypeFromImports() 703 resolvedType = match; in lookupTypeFromImports() 704 returnedType = resolvedType; in lookupTypeFromImports() 711 if (resolvedType) { in lookupTypeFromImports() 712 returnedType = resolvedType; in lookupTypeFromImports() 737 if (!resolvedType->isInterface()) { in lookupTypeFromImports() [all …]
|
/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() argument 303 sendInner(code, intent, resolvedType, allowlistToken, finishedReceiver, in send() 307 public int sendWithResult(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendWithResult() argument 309 return sendInner(code, intent, resolvedType, allowlistToken, finishedReceiver, in sendWithResult() 313 public int sendInner(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendInner() argument 341 resolvedType = key.requestResolvedType; in sendInner() 344 resolvedType = key.requestResolvedType; in sendInner() 350 resolvedType = key.requestResolvedType; in sendInner() 384 allResolvedTypes[allResolvedTypes.length - 1] = resolvedType; in sendInner() 457 resolvedType, resultTo, resultWho, requestCode, 0, in sendInner() [all …]
|
H A D | BroadcastRecord.java | 63 final String resolvedType; // the resolved data type field in BroadcastRecord 265 resolvedType = _resolvedType; in BroadcastRecord() 306 resolvedType = from.resolvedType; in BroadcastRecord() 365 callerFeatureId, callingPid, callingUid, callerInstantApp, resolvedType, in splitRecipientsLocked()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | PackageManagerWrapper.java | 77 final String resolvedType = in resolveActivity() local 81 intent, resolvedType, flags, UserHandle.getCallingUserId()); in resolveActivity()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | IVoiceInteractionManagerService.aidl | 47 int startVoiceActivity(IBinder token, in Intent intent, String resolvedType, in startVoiceActivity() argument 49 int startAssistantActivity(IBinder token, in Intent intent, String resolvedType, in startAssistantActivity() argument
|
/aosp12/frameworks/base/services/core/java/android/content/pm/ |
H A D | PackageManagerInternal.java | 350 Intent intent, @Nullable String resolvedType, @ResolveInfoFlags int flags, in queryIntentActivities() argument 443 Intent origIntent, String resolvedType, String callingPkg, in requestInstantAppResolutionPhaseTwo() argument 553 public abstract ResolveInfo resolveIntent(Intent intent, String resolvedType, in resolveIntent() argument 560 public abstract ResolveInfo resolveService(Intent intent, String resolvedType, in resolveService() argument
|