/frameworks/base/services/core/java/com/android/server/firewall/ |
D | StringFilter.java | 122 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 123 String value = mValueProvider.getValue(resolvedComponent, intent, resolvedType); in matches() 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; [all …]
|
D | IntentFirewall.java | 128 String resolvedType, ApplicationInfo resolvedApp) { in checkStartActivity() argument 130 callerUid, callerPid, resolvedType, resolvedApp.uid); in checkStartActivity() 134 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService() argument 136 callerPid, resolvedType, resolvedApp.uid); in checkService() 140 String resolvedType, int receivingUid) { in checkBroadcast() argument 142 callerUid, callerPid, resolvedType, receivingUid); in checkBroadcast() 146 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent() argument 154 candidateRules = resolver.queryIntent(intent, resolvedType, false /*defaultOnly*/, 0); in checkIntent() 164 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType, in checkIntent() 178 logIntent(intentType, intent, callerUid, resolvedType); in checkIntent() [all …]
|
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) {
|
D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 32 resolvedType, receivingUid)) { in matches()
|
D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 32 resolvedType, receivingUid)) { in matches()
|
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()
|
D | Filter.java | 35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches() argument
|
/frameworks/base/core/java/android/content/pm/ |
D | InstantAppRequest.java | 34 public final String resolvedType; field in InstantAppRequest 49 String resolvedType, String callingPackage, int userId, Bundle verificationBundle, in InstantAppRequest() argument 53 this.resolvedType = resolvedType; in InstantAppRequest()
|
D | IPackageManager.aidl | 98 String resolvedType); in activitySupportsIntent() argument 178 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() argument 182 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() argument 186 String resolvedType, int flags, int userId); in queryIntentActivities() argument 191 String resolvedType, int flags, int userId); in queryIntentActivityOptions() argument 194 String resolvedType, int flags, int userId); in queryIntentReceivers() argument 197 String resolvedType, int flags, int userId); in resolveService() argument 200 String resolvedType, int flags, int userId); in queryIntentServices() argument 203 String resolvedType, int flags, int userId); in queryIntentContentProviders() argument 294 String resolvedType, int flags); in getLastChosenActivity() argument [all …]
|
D | PackageManagerInternal.java | 424 Intent intent, @Nullable String resolvedType, @ResolveInfoFlags int flags, in queryIntentActivities() argument 523 Intent origIntent, String resolvedType, String callingPackage, in requestInstantAppResolutionPhaseTwo() argument 623 public abstract ResolveInfo resolveIntent(Intent intent, String resolvedType, in resolveIntent() argument 629 public abstract ResolveInfo resolveService(Intent intent, String resolvedType, in resolveService() argument
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 345 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivity() local 354 resolvedType != null ? new String[] { resolvedType } : null, in getActivity() 371 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivityAsUser() local 380 resolvedType != null ? new String[] { resolvedType } : null, in getActivityAsUser() 567 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getBroadcastAsUser() local 575 resolvedType != null ? new String[] { resolvedType } : null, in getBroadcastAsUser() 646 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in buildServicePendingIntent() local 654 resolvedType != null ? new String[] { resolvedType } : null, in buildServicePendingIntent() 893 String resolvedType = intent != null ? in sendAndReturnResult() local 897 mTarget, mWhitelistToken, code, intent, resolvedType, in sendAndReturnResult()
|
D | ContextImpl.java | 1039 String resolvedType = null; in startIntentSender() local 1043 resolvedType = fillInIntent.resolveTypeIfNeeded(getContentResolver()); in startIntentSender() 1049 fillInIntent, resolvedType, null, null, in startIntentSender() 1063 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1067 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 1078 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1084 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 1095 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 1099 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcastMultiplePermissions() local 1110 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastAsUserMultiplePermissions() local [all …]
|
D | IActivityTaskManager.aidl | 87 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivity() argument 93 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsUser() argument 100 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivityIntentSender() argument 103 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAndWait() argument 107 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityWithConfig() argument 111 in Intent intent, in String resolvedType, in IVoiceInteractionSession session, in startVoiceActivity() argument 115 in Intent intent, in String resolvedType, in Bundle options, int userId); in startAssistantActivity() argument 120 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsCaller() argument 123 boolean isActivityStartAllowedOnDisplay(int displayId, in Intent intent, in String resolvedType, in isActivityStartAllowedOnDisplay() argument
|
D | IActivityManager.aidl | 107 in String resolvedType, in IBinder resultTo, in String resultWho, int requestCode, in startActivity() argument 121 in String resolvedType, in IIntentReceiver resultTo, int resultCode, in broadcastIntent() argument 146 … in String resolvedType, boolean requireForeground, in String callingPackage, int userId); in startService() argument 149 in String resolvedType, int userId); in stopService() argument 153 in String resolvedType, in IServiceConnection connection, int flags, in bindService() argument 156 in String resolvedType, in IServiceConnection connection, int flags, in bindIsolatedService() argument 262 IBinder peekService(in Intent service, in String resolvedType, in String callingPackage); in peekService() argument 353 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsUser() argument 540 in Intent intent, in String resolvedType, in IIntentReceiver finishedReceiver, in sendIntentSender() argument
|
D | IAppTask.aidl | 31 in Intent intent, String resolvedType, in Bundle options); in startActivity() argument
|
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 379 public List<R> queryIntentFromList(Intent intent, String resolvedType, boolean defaultOnly, in queryIntentFromList() argument 390 buildResolveList(intent, categories, debug, defaultOnly, resolvedType, scheme, in queryIntentFromList() 398 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, in queryIntent() argument 408 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme in queryIntent() 418 if (resolvedType != null) { in queryIntent() 419 int slashpos = resolvedType.indexOf('/'); in queryIntent() 421 final String baseType = resolvedType.substring(0, slashpos); in queryIntent() 423 if (resolvedType.length() != slashpos+2 in queryIntent() 424 || resolvedType.charAt(slashpos+1) != '*') { in queryIntent() 427 firstTypeCut = mTypeToFilter.get(resolvedType); in queryIntent() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 268 public void send(int code, Intent intent, String resolvedType, IBinder whitelistToken, in send() argument 270 sendInner(code, intent, resolvedType, whitelistToken, finishedReceiver, in send() 274 public int sendWithResult(int code, Intent intent, String resolvedType, IBinder whitelistToken, in sendWithResult() argument 276 return sendInner(code, intent, resolvedType, whitelistToken, finishedReceiver, in sendWithResult() 280 public int sendInner(int code, Intent intent, String resolvedType, IBinder whitelistToken, in sendInner() argument 308 resolvedType = key.requestResolvedType; in sendInner() 311 resolvedType = key.requestResolvedType; in sendInner() 317 resolvedType = key.requestResolvedType; in sendInner() 351 allResolvedTypes[allResolvedTypes.length - 1] = resolvedType; in sendInner() 414 resolvedType, resultTo, resultWho, requestCode, 0, in sendInner() [all …]
|
D | BroadcastRecord.java | 61 final String resolvedType; // the resolved data type field in BroadcastRecord 252 resolvedType = _resolvedType; in BroadcastRecord() 290 resolvedType = from.resolvedType; in BroadcastRecord() 347 callerPackage, callingPid, callingUid, callerInstantApp, resolvedType, in splitRecipientsLocked()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ComponentResolver.java | 223 List<ResolveInfo> queryActivities(Intent intent, String resolvedType, int flags, int userId) { in queryActivities() argument 225 return mActivities.queryIntent(intent, resolvedType, flags, userId); in queryActivities() 229 List<ResolveInfo> queryActivities(Intent intent, String resolvedType, int flags, in queryActivities() argument 233 intent, resolvedType, flags, activities, userId); in queryActivities() 237 List<ResolveInfo> queryProviders(Intent intent, String resolvedType, int flags, int userId) { in queryProviders() argument 239 return mProviders.queryIntent(intent, resolvedType, flags, userId); in queryProviders() 243 List<ResolveInfo> queryProviders(Intent intent, String resolvedType, int flags, in queryProviders() argument 246 return mProviders.queryIntentForPackage(intent, resolvedType, flags, providers, userId); in queryProviders() 330 List<ResolveInfo> queryReceivers(Intent intent, String resolvedType, int flags, int userId) { in queryReceivers() argument 332 return mReceivers.queryIntent(intent, resolvedType, flags, userId); in queryReceivers() [all …]
|
D | InstantAppResolver.java | 138 instantAppResolveInfoList, origIntent, requestObj.resolvedType, in doInstantAppResolutionPhaseOne() 210 requestObj.resolvedType, in doInstantAppResolutionPhaseTwo() 255 @NonNull String resolvedType, in buildEphemeralInstallerIntent() argument 300 new String[] { resolvedType }, in buildEphemeralInstallerIntent() 320 new String[] { resolvedType }, in buildEphemeralInstallerIntent() 361 Intent origIntent, String resolvedType, int userId, String packageName, in filterInstantAppIntent() argument 393 origIntent, resolvedType, userId, packageName, token, instantAppResolveInfo); in filterInstantAppIntent() 436 Intent origIntent, String resolvedType, int userId, String packageName, String token, in computeResolveFilters() argument 491 origIntent, resolvedType, false /*defaultOnly*/, userId); in computeResolveFilters()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | PackageManagerWrapper.java | 77 final String resolvedType = in resolveActivity() local 81 intent, resolvedType, flags, UserHandle.getCallingUserId()); in resolveActivity()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStarter.java | 311 String resolvedType; field in ActivityStarter.Request 367 resolvedType = null; in reset() 406 resolvedType = request.resolvedType; in set() 518 mRequest.intent, mRequest.resolvedType, in execute() 528 mRequest.resolvedType, mRequest.activityInfo, mRequest.resolveInfo, in execute() 569 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, in startActivity() argument 585 mLastStartActivityResult = startActivity(caller, intent, ephemeralIntent, resolvedType, in startActivity() 614 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, in startActivity() argument 720 intent.getComponent(), intent, resolvedType)) { in startActivity() 738 intent, resolvedType)) { in startActivity() [all …]
|
D | AppTaskImpl.java | 135 Intent intent, String resolvedType, Bundle bOptions) { in startActivity() argument 156 .setResolvedType(resolvedType) in startActivity()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractionManagerService.aidl | 39 int startVoiceActivity(IBinder token, in Intent intent, String resolvedType); in startVoiceActivity() argument 40 int startAssistantActivity(IBinder token, in Intent intent, String resolvedType); in startAssistantActivity() argument
|
/frameworks/base/core/java/android/content/ |
D | IIntentSender.aidl | 25 void send(int code, in Intent intent, String resolvedType, in IBinder whitelistToken, in send() argument
|