Home
last modified time | relevance | path

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

123

/frameworks/base/services/core/java/com/android/server/pm/resolution/
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()
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()
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()
DComponentResolver.java975 String resolvedType, boolean defaultOnly, @UserIdInt int userId) { in queryIntent()
982 String resolvedType, long flags, int userId) { in queryIntent()
991 String resolvedType, long flags, List<ParsedActivity> packageActivities, in queryIntentForPackage()
1296 String resolvedType, boolean defaultOnly, @UserIdInt int userId) { in queryIntent()
1306 String resolvedType, long flags, int userId) { in queryIntent()
1316 String resolvedType, long flags, List<ParsedProvider> packageProviders, in queryIntentForPackage()
1546 String resolvedType, boolean defaultOnly, @UserIdInt int userId) { in queryIntent()
1555 String resolvedType, long flags, int userId) { in queryIntent()
1562 String resolvedType, long flags, List<ParsedService> packageServices, int userId) { in queryIntentForPackage()
/frameworks/base/services/core/java/com/android/server/pm/
DResolveIntentHelper.java108 public ResolveInfo resolveIntentInternal(Computer computer, Intent intent, String resolvedType, in resolveIntentInternal()
146 private ResolveInfo chooseBestActivity(Computer computer, Intent intent, String resolvedType, in chooseBestActivity()
277 String resolvedType = intentToResolve.resolveTypeIfNeeded(contentResolver); in getLaunchIntentSenderForPackage() local
315 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in queryIntentReceiversInternal()
326 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in queryIntentReceiversInternal()
422 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in resolveServiceInternal()
440 @NonNull Computer computer, Intent intent, String resolvedType, in queryIntentContentProvidersInternal()
576 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivityOptionsInternal()
DPreferredActivityHelper.java80 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked()
91 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked()
DIPackageManagerBase.java152 String resolvedType) { in activitySupportsIntent()
206 public final boolean canForwardTo(@NonNull Intent intent, @Nullable String resolvedType, in canForwardTo()
998 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivities()
1031 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivityOptions()
1041 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentContentProviders()
1050 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentReceivers()
1059 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentServices()
1102 public final ResolveInfo resolveIntent(Intent intent, String resolvedType, in resolveIntent()
1111 public final ResolveInfo resolveService(Intent intent, String resolvedType, in resolveService()
1138 public final void setLastChosenActivity(Intent intent, String resolvedType, int flags, in setLastChosenActivity()
[all …]
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()
DComputer.java111 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal()
115 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal()
117 @NonNull List<ResolveInfo> queryIntentActivitiesInternal(Intent intent, String resolvedType, in queryIntentActivitiesInternal()
119 @NonNull List<ResolveInfo> queryIntentServicesInternal(Intent intent, String resolvedType, in queryIntentServicesInternal()
122 String resolvedType, long flags, int filterCallingUid, int userId, in queryIntentActivitiesInternalBody()
157 CrossProfileDomainInfo getCrossProfileDomainPreferredLpr(Intent intent, String resolvedType, in getCrossProfileDomainPreferredLpr()
161 String resolvedType, int userId); in getMatchingCrossProfileIntentFilters()
219 String resolvedType, long flags); in isImplicitImageCaptureIntentAndNotSetByDpc()
289 Intent intent, String resolvedType, long flags, List<ResolveInfo> query, boolean always, in findPreferredActivityInternal()
291 ResolveInfo findPersistentPreferredActivity(Intent intent, String resolvedType, long flags, in findPersistentPreferredActivity()
[all …]
/frameworks/base/core/java/android/content/pm/
DInstantAppRequest.java36 public final String resolvedType; field in InstantAppRequest
63 String resolvedType, String callingPackage, @Nullable String callingFeatureId, in InstantAppRequest()
/frameworks/base/core/java/android/app/
DContextImpl.java1166 String resolvedType = null; in startIntentSender() local
1190 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1194 mMainThread.getApplicationThread(), getAttributionTag(), intent, resolvedType, in sendBroadcast() local
1205 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1211 mMainThread.getApplicationThread(), getAttributionTag(), intent, resolvedType, in sendBroadcast() local
1223 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local
1227 mMainThread.getApplicationThread(), getAttributionTag(), intent, resolvedType, in sendBroadcastMultiplePermissions() local
1240 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local
1244 mMainThread.getApplicationThread(), getAttributionTag(), intent, resolvedType, in sendBroadcastMultiplePermissions() local
1256 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastAsUserMultiplePermissions() local
[all …]
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()
119 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivityIntentSender()
122 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityAndWait()
126 in String callingFeatureId, in Intent intent, in String resolvedType, in startActivityWithConfig()
130 int callingUid, in Intent intent, in String resolvedType, in startVoiceActivity()
135 … int callingUid, in Intent intent, in String resolvedType, in Bundle options, int userId); in startAssistantActivity()
144 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsCaller()
148 boolean isActivityStartAllowedOnDisplay(int displayId, in Intent intent, in String resolvedType, in isActivityStartAllowedOnDisplay()
DIAppTask.aidl31 in Intent intent, String resolvedType, in Bundle options); in startActivity()
/frameworks/base/core/java/android/content/
DIIntentSender.aidl25 void send(int code, in Intent intent, String resolvedType, in IBinder whitelistToken, in send()
/frameworks/base/services/core/java/com/android/server/firewall/
DFilter.java35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches()
DAndFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
DOrFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
DNotFilter.java36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
DSenderPackageFilter.java43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
DIntentFirewall.java144 String resolvedType, ApplicationInfo resolvedApp) { in checkStartActivity()
150 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService()
156 String resolvedType, int receivingUid) { in checkBroadcast()
162 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent()
202 String resolvedType) { in logIntent()
DPortFilter.java45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityInterceptorCallback.java108 public final String resolvedType; field in ActivityInterceptorCallback.ActivityInterceptorInfo
116 ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, int callingPid, in ActivityInterceptorInfo()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DPackageManagerWrapper.java77 final String resolvedType = in resolveActivity() local

123