/frameworks/base/services/core/java/com/android/server/pm/resolution/ |
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()
|
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()
|
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()
|
D | ComponentResolver.java | 975 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/ |
D | ResolveIntentHelper.java | 108 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()
|
D | PreferredActivityHelper.java | 80 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked() 91 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked()
|
D | IPackageManagerBase.java | 152 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 …]
|
D | InstantAppResolver.java | 275 @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()
|
D | Computer.java | 111 @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/ |
D | InstantAppRequest.java | 36 public final String resolvedType; field in InstantAppRequest 63 String resolvedType, String callingPackage, @Nullable String callingFeatureId, in InstantAppRequest()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1166 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 …]
|
D | IActivityTaskManager.aidl | 97 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()
|
D | IAppTask.aidl | 31 in Intent intent, String resolvedType, in Bundle options); in startActivity()
|
/frameworks/base/core/java/android/content/ |
D | IIntentSender.aidl | 25 void send(int code, in Intent intent, String resolvedType, in IBinder whitelistToken, in send()
|
/frameworks/base/services/core/java/com/android/server/firewall/ |
D | Filter.java | 35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches()
|
D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | NotFilter.java | 36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | SenderPermissionFilter.java | 37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | CategoryFilter.java | 38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | SenderPackageFilter.java | 43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | IntentFirewall.java | 144 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()
|
D | PortFilter.java | 45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityInterceptorCallback.java | 108 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/ |
D | PackageManagerWrapper.java | 77 final String resolvedType = in resolveActivity() local
|