/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 1247 String resolvedType = null; in startIntentSender() local 1271 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1275 mMainThread.getApplicationThread(), getAttributionTag(), intent, resolvedType, in sendBroadcast() local 1286 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1292 mMainThread.getApplicationThread(), getAttributionTag(), intent, resolvedType, in sendBroadcast() local 1304 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 1308 mMainThread.getApplicationThread(), getAttributionTag(), intent, resolvedType, in sendBroadcastMultiplePermissions() local 1321 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 1325 mMainThread.getApplicationThread(), getAttributionTag(), intent, resolvedType, in sendBroadcastMultiplePermissions() local 1337 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastAsUserMultiplePermissions() local [all …]
|
H A D | IActivityTaskManager.aidl | 96 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivity() 103 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAsUser() 110 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivityIntentSender() 113 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAndWait() 117 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityWithConfig() 121 int callingUid, in Intent intent, in String resolvedType, in startVoiceActivity() 126 … int callingUid, in Intent intent, in String resolvedType, in Bundle options, int userId); in startAssistantActivity() 133 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsCaller() 138 boolean isActivityStartAllowedOnDisplay(int displayId, in Intent intent, in String resolvedType, in isActivityStartAllowedOnDisplay()
|
H A D | IActivityManager.aidl | 165 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivity() 168 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityWithFeature() 188 in String resolvedType, in IIntentReceiver resultTo, int resultCode, in broadcastIntent() 192 in Intent intent, in String resolvedType, in IIntentReceiver resultTo, int resultCode, in broadcastIntentWithFeature() 215 in String resolvedType, boolean requireForeground, in String callingPackage, in startService() 219 in String resolvedType, int userId); in stopService() 223 in String resolvedType, in IServiceConnection connection, long flags, in bindService() 226 in String resolvedType, in IServiceConnection connection, long flags, in bindServiceInstance() 349 IBinder peekService(in Intent service, in String resolvedType, in String callingPackage); in peekService() 448 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsUser() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/resolution/ |
H A D | ComponentResolverApi.java | 58 @Nullable String resolvedType, long flags, @UserIdInt int userId); in queryActivities() 62 @Nullable String resolvedType, long flags, @NonNull List<ParsedActivity> activities, in queryActivities() 71 @Nullable String resolvedType, long flags, @UserIdInt int userId); in queryProviders() 75 @Nullable String resolvedType, long flags, @NonNull List<ParsedProvider> providers, in queryProviders() 84 @Nullable String resolvedType, long flags, @UserIdInt int userId); in queryReceivers() 88 @Nullable String resolvedType, long flags, @NonNull List<ParsedActivity> receivers, in queryReceivers() 93 @Nullable String resolvedType, long flags, @UserIdInt int userId); in queryServices() 97 @Nullable String resolvedType, long flags, @NonNull List<ParsedService> services, in queryServices()
|
H A D | ComponentResolverLocked.java | 95 @Nullable String resolvedType, long flags, @UserIdInt int userId) { in queryActivities() 104 @Nullable String resolvedType, long flags, @NonNull List<ParsedActivity> activities, in queryActivities() 123 @Nullable String resolvedType, long flags, @UserIdInt int userId) { in queryProviders() 132 @Nullable String resolvedType, long flags, @NonNull List<ParsedProvider> providers, in queryProviders() 152 @Nullable String resolvedType, long flags, @UserIdInt int userId) { in queryReceivers() 161 @Nullable String resolvedType, long flags, @NonNull List<ParsedActivity> receivers, in queryReceivers() 171 @Nullable String resolvedType, long flags, @UserIdInt int userId) { in queryServices() 180 @Nullable String resolvedType, long flags, @NonNull List<ParsedService> services, in queryServices()
|
H A D | ComponentResolverBase.java | 129 @Nullable String resolvedType, long flags, int userId) { in queryActivities() 136 @Nullable String resolvedType, long flags, @NonNull List<ParsedActivity> activities, in queryActivities() 171 @Nullable String resolvedType, long flags, int userId) { in queryProviders() 178 @Nullable String resolvedType, long flags, @NonNull List<ParsedProvider> providers, in queryProviders() 244 @Nullable String resolvedType, long flags, int userId) { in queryReceivers() 251 @Nullable String resolvedType, long flags, @NonNull List<ParsedActivity> receivers, in queryReceivers() 260 @Nullable String resolvedType, long flags, @UserIdInt int userId) { in queryServices() 267 @Nullable String resolvedType, long flags, @NonNull List<ParsedService> services, in queryServices()
|
H A D | ComponentResolver.java | 980 String resolvedType, boolean defaultOnly, @UserIdInt int userId) { in queryIntent() 987 String resolvedType, long flags, int userId) { in queryIntent() 996 String resolvedType, long flags, List<ParsedActivity> packageActivities, in queryIntentForPackage() 1302 String resolvedType, boolean defaultOnly, @UserIdInt int userId) { in queryIntent() 1312 String resolvedType, long flags, int userId) { in queryIntent() 1322 String resolvedType, long flags, List<ParsedProvider> packageProviders, in queryIntentForPackage() 1552 String resolvedType, boolean defaultOnly, @UserIdInt int userId) { in queryIntent() 1561 String resolvedType, long flags, int userId) { in queryIntent() 1568 String resolvedType, long flags, List<ParsedService> packageServices, int userId) { in queryIntentForPackage()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ResolveIntentHelper.java | 108 public ResolveInfo resolveIntentInternal(Computer computer, Intent intent, String resolvedType, in resolveIntentInternal() 153 private ResolveInfo chooseBestActivity(Computer computer, Intent intent, String resolvedType, in chooseBestActivity() 286 String resolvedType = intentToResolve.resolveTypeIfNeeded(contentResolver); in getLaunchIntentSenderForPackage() local 328 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in queryIntentReceiversInternal() 339 Computer computer, Intent intent, String resolvedType, in queryIntentReceiversInternal() 441 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in resolveServiceInternal() 460 @NonNull Computer computer, Intent intent, String resolvedType, in queryIntentContentProvidersInternal() 597 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivityOptionsInternal()
|
H A D | CrossProfileIntentResolverEngine.java | 96 String resolvedType, int userId, long flags, String pkgName, in resolveIntent() 127 Intent intent, String resolvedType, int sourceUserId, int userId, long flags, in resolveIntentInternal() 284 @Nullable String resolvedType, @UserIdInt int sourceUserId, in canReachTo() 304 @Nullable String resolvedType, @UserIdInt int sourceUserId, in canReachToInternal() 351 public boolean shouldSkipCurrentProfile(Computer computer, Intent intent, String resolvedType, in shouldSkipCurrentProfile() 389 Computer computer, Intent intent, String resolvedType, String instantAppPkgName, in combineFilterAndCreateQueryActivitiesResponse()
|
H A D | IPackageManagerBase.java | 150 String resolvedType, int userId) { in activitySupportsIntentAsUser() 204 public final boolean canForwardTo(@NonNull Intent intent, @Nullable String resolvedType, in canForwardTo() 1034 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivities() 1067 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivityOptions() 1077 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentContentProviders() 1086 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentReceivers() 1095 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentServices() 1139 public final ResolveInfo resolveIntent(Intent intent, String resolvedType, in resolveIntent() 1148 public final ResolveInfo resolveService(Intent intent, String resolvedType, in resolveService() 1176 public final void setLastChosenActivity(Intent intent, String resolvedType, int flags, in setLastChosenActivity() [all …]
|
H A D | Computer.java | 112 Intent intent, String resolvedType, in queryIntentActivitiesInternal() 117 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal() 119 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal() 122 Intent intent, String resolvedType, long flags, in queryIntentServicesInternal() 126 String resolvedType, long flags, int filterCallingUid, int userId, in queryIntentActivitiesInternalBody() 168 CrossProfileDomainInfo getCrossProfileDomainPreferredLpr(Intent intent, String resolvedType, in getCrossProfileDomainPreferredLpr() 172 String resolvedType, int userId); in getMatchingCrossProfileIntentFilters() 238 String resolvedType, long flags); in isImplicitImageCaptureIntentAndNotSetByDpc() 348 Intent intent, String resolvedType, long flags, List<ResolveInfo> query, boolean always, in findPreferredActivityInternal() 350 ResolveInfo findPersistentPreferredActivity(Intent intent, String resolvedType, long flags, in findPersistentPreferredActivity() [all …]
|
H A D | DefaultCrossProfileResolver.java | 79 String resolvedType, int userId, int targetUserId, in resolveIntent() 163 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, in querySkipCurrentProfileIntents() 204 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, in queryCrossProfileIntents() 273 @Nullable String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in createForwardingResolveInfo()
|
H A D | PackageManagerInternalBase.java | 322 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentActivities() 331 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentReceivers() 342 final String resolvedType = intent.resolveTypeIfNeeded(getContext().getContentResolver()); in queryIntentServices() local 426 Intent origIntent, String resolvedType, String callingPackage, in requestInstantAppResolutionPhaseTwo() 472 public final ResolveInfo resolveIntent(Intent intent, String resolvedType, in resolveIntent() 483 public final ResolveInfo resolveService(Intent intent, String resolvedType, in resolveService() 493 Intent intent, String resolvedType, in resolveService()
|
H A D | SaferIntentUtils.java | 130 Intent intent, String resolvedType, boolean blocked) { in reportUnsafeIntentEvent() 164 public String resolvedType; field in SaferIntentUtils.IntentArgs 180 Intent intent, String resolvedType, boolean isReceiver, in IntentArgs()
|
H A D | InstantAppResolver.java | 276 @NonNull String resolvedType, in buildEphemeralInstallerIntent() 399 String resolvedType, int userId, String packageName, String token, in filterInstantAppIntent() 477 String resolvedType, int userId, String packageName, String token, in computeResolveFilters()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowVoiceInteractionSession.java | 253 public int startVoiceActivity(IBinder token, Intent intent, String resolvedType) { in startVoiceActivity() 260 IBinder token, Intent intent, String resolvedType, String callingFeatureId) { in startVoiceActivity() 275 public int startAssistantActivity(IBinder token, Intent intent, String resolvedType) { in startAssistantActivity() 283 IBinder token, Intent intent, String resolvedType, String callingFeatureId) { in startAssistantActivity() 290 IBinder token, Intent intent, String resolvedType, String callingFeatureId, Bundle bundle) { in startAssistantActivity()
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/list/ |
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
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | IntentFirewall.java | 145 String resolvedType, ApplicationInfo resolvedApp) { in checkStartActivity() 151 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService() 157 String resolvedType, int receivingUid) { in checkBroadcast() 163 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent() 203 String resolvedType) { in logIntent()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PendingIntentRecord.java | 351 public void send(int code, Intent intent, String resolvedType, IBinder allowlistToken, in send() 357 public void send(IApplicationThread caller, int code, Intent intent, String resolvedType, in send() 365 String resolvedType, IBinder allowlistToken, IIntentReceiver finishedReceiver, in sendWithResult() 444 public int sendInner(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendInner() 453 String resolvedType, IBinder allowlistToken, IIntentReceiver finishedReceiver, in sendInner()
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageManager.aidl | 98 String resolvedType, int userId); in activitySupportsIntentAsUser() 133 ResolveInfo resolveIntent(in Intent intent, String resolvedType, long flags, int userId); in resolveIntent() 137 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() 140 String resolvedType, long flags, int userId); in queryIntentActivities() 145 String resolvedType, long flags, int userId); in queryIntentActivityOptions() 148 String resolvedType, long flags, int userId); in queryIntentReceivers() 151 String resolvedType, long flags, int userId); in resolveService() 154 String resolvedType, long flags, int userId); in queryIntentServices() 157 String resolvedType, long flags, int userId); in queryIntentContentProviders() 262 String resolvedType, int flags); in getLastChosenActivity() [all …]
|
H A D | InstantAppRequest.java | 36 public final String resolvedType; field in InstantAppRequest 63 String resolvedType, String callingPackage, @Nullable String callingFeatureId, in InstantAppRequest()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/ |
H A D | IntentResolver.java | 86 IntentFilter filter, Intent intent, String resolvedType) { in intentMatchesFilter() 356 String resolvedType, boolean defaultOnly, ArrayList<F[]> listCut, int userId, in queryIntentFromList() 383 String resolvedType, boolean defaultOnly, @UserIdInt int userId) { in queryIntent() 388 String resolvedType, boolean defaultOnly, @UserIdInt int userId, long customFlags) { in queryIntent() 723 String resolvedType, String scheme, F[] src, List<R> dest, int userId, in buildResolveList()
|
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/apt/ |
H A D | metadata.kt | 347 val resolvedType = targetMappings[unwrappedType.name] constant 377 val resolvedType = resolveTypeArgs( in declaredProperties() constant
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/ |
H A D | VarTypeTest.java | 33 ResolvedType resolvedType = varType.resolve(); in resolveAPrimitive() local 43 ResolvedType resolvedType = varType.resolve(); in resolveAReferenceType() local
|
/aosp_15_r20/cts/common/device-side/bedstead/testapisreflection/ksp/java/com/android/bedstead/testapisreflection/ksp/parser/ |
H A D | FieldParser.kt | 25 val resolvedType = typeNameParser.parse(type) in <lambda>() constant
|