Home
last modified time | relevance | path

Searched defs:resolvedType (Results 1 – 25 of 65) sorted by relevance

123

/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/
H A DComponentResolverApi.java58 @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 DComponentResolverLocked.java95 @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 DComponentResolverBase.java129 @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()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DResolveIntentHelper.java116 String resolvedType, Computer computer, Handler handler) { in filterNonExportedComponents()
159 public ResolveInfo resolveIntentInternal(Computer computer, Intent intent, String resolvedType, in resolveIntentInternal()
173 public ResolveInfo resolveIntentInternal(Computer computer, Intent intent, String resolvedType, in resolveIntentInternal()
216 private ResolveInfo chooseBestActivity(Computer computer, Intent intent, String resolvedType, in chooseBestActivity()
348 String resolvedType = intentToResolve.resolveTypeIfNeeded(contentResolver); in getLaunchIntentSenderForPackage() local
390 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in queryIntentReceiversInternal()
401 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in queryIntentReceiversInternal()
497 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in resolveServiceInternal()
515 @NonNull Computer computer, Intent intent, String resolvedType, in queryIntentContentProvidersInternal()
651 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivityOptionsInternal()
H A DDefaultCrossProfileResolver.java79 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 DPreferredActivityHelper.java79 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked()
90 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked()
H A DCrossProfileIntentResolverEngine.java95 String resolvedType, int userId, long flags, String pkgName, in resolveIntent()
126 Intent intent, String resolvedType, int sourceUserId, int userId, long flags, in resolveIntentInternal()
283 @Nullable String resolvedType, @UserIdInt int sourceUserId, in canReachTo()
303 @Nullable String resolvedType, @UserIdInt int sourceUserId, in canReachToInternal()
350 public boolean shouldSkipCurrentProfile(Computer computer, Intent intent, String resolvedType, in shouldSkipCurrentProfile()
388 Computer computer, Intent intent, String resolvedType, String instantAppPkgName, in combineFilterAndCreateQueryActivitiesResponse()
H A DIPackageManagerBase.java153 String resolvedType, int userId) { in activitySupportsIntentAsUser()
207 public final boolean canForwardTo(@NonNull Intent intent, @Nullable String resolvedType, in canForwardTo()
996 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivities()
1029 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivityOptions()
1039 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentContentProviders()
1048 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentReceivers()
1057 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentServices()
1100 public final ResolveInfo resolveIntent(Intent intent, String resolvedType, in resolveIntent()
1109 public final ResolveInfo resolveService(Intent intent, String resolvedType, in resolveService()
1136 public final void setLastChosenActivity(Intent intent, String resolvedType, int flags, in setLastChosenActivity()
[all …]
H A DInstantAppResolver.java275 @NonNull String resolvedType, in buildEphemeralInstallerIntent()
395 String resolvedType, int userId, String packageName, String token, in filterInstantAppIntent()
473 String resolvedType, int userId, String packageName, String token, in computeResolveFilters()
H A DComputer.java112 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal()
116 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal()
118 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal()
120 @NonNull List<ResolveInfo> queryIntentServicesInternal(Intent intent, String resolvedType, in queryIntentServicesInternal()
123 String resolvedType, long flags, int filterCallingUid, int userId, in queryIntentActivitiesInternalBody()
165 CrossProfileDomainInfo getCrossProfileDomainPreferredLpr(Intent intent, String resolvedType, in getCrossProfileDomainPreferredLpr()
169 String resolvedType, int userId); in getMatchingCrossProfileIntentFilters()
235 String resolvedType, long flags); in isImplicitImageCaptureIntentAndNotSetByDpc()
334 ResolveInfo findPersistentPreferredActivity(Intent intent, String resolvedType, long flags, in findPersistentPreferredActivity()
375 @NonNull ComponentName component, @NonNull Intent intent, String resolvedType, in activitySupportsIntentAsUser()
[all …]
/aosp14/frameworks/base/core/java/android/content/pm/
H A DInstantAppRequest.java36 public final String resolvedType; field in InstantAppRequest
63 String resolvedType, String callingPackage, @Nullable String callingFeatureId, in InstantAppRequest()
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java1197 String resolvedType = null; in startIntentSender() local
1221 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1236 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1254 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local
1271 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local
1287 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastAsUserMultiplePermissions() local
1304 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local
1320 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1348 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1683 intent.setDataAndType(intent.getData(), resolvedType); in removeStickyBroadcast() local
[all …]
H A DIActivityTaskManager.aidl97 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivity()
104 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAsUser()
111 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivityIntentSender()
114 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAndWait()
118 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityWithConfig()
122 int callingUid, in Intent intent, in String resolvedType, in startVoiceActivity()
127 … int callingUid, in Intent intent, in String resolvedType, in Bundle options, int userId); in startAssistantActivity()
136 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsCaller()
140 boolean isActivityStartAllowedOnDisplay(int displayId, in Intent intent, in String resolvedType, in isActivityStartAllowedOnDisplay()
H A DIAppTask.aidl31 in Intent intent, String resolvedType, in Bundle options); in startActivity()
/aosp14/frameworks/base/core/java/android/content/
H A DIIntentSender.aidl25 void send(int code, in Intent intent, String resolvedType, in IBinder whitelistToken, in send()
/aosp14/frameworks/base/services/core/java/com/android/server/firewall/
H A DFilter.java35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches()
H A DAndFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DOrFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DNotFilter.java36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DIntentFirewall.java145 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()
H A DSenderPackageFilter.java43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DPackageManagerWrapper.java77 final String resolvedType = in resolveActivity() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java315 public void send(int code, Intent intent, String resolvedType, IBinder allowlistToken, in send()
321 public void send(IApplicationThread caller, int code, Intent intent, String resolvedType, in send()
329 String resolvedType, IBinder allowlistToken, IIntentReceiver finishedReceiver, in sendWithResult()
398 public int sendInner(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendInner()
407 String resolvedType, IBinder allowlistToken, IIntentReceiver finishedReceiver, in sendInner()

123