/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 | 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 | 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 | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 32 resolvedType, receivingUid)) { in matches()
|
D | OrFilter.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 | 97 String resolvedType); in activitySupportsIntent() argument 177 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() argument 181 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() argument 185 String resolvedType, int flags, int userId); in queryIntentActivities() argument 190 String resolvedType, int flags, int userId); in queryIntentActivityOptions() argument 193 String resolvedType, int flags, int userId); in queryIntentReceivers() argument 196 String resolvedType, int flags, int userId); in resolveService() argument 199 String resolvedType, int flags, int userId); in queryIntentServices() argument 202 String resolvedType, int flags, int userId); in queryIntentContentProviders() argument 293 String resolvedType, int flags); in getLastChosenActivity() argument [all …]
|
/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 | 1022 String resolvedType = null; in startIntentSender() local 1026 resolvedType = fillInIntent.resolveTypeIfNeeded(getContentResolver()); in startIntentSender() 1032 fillInIntent, resolvedType, null, null, in startIntentSender() 1046 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1050 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 1061 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 1067 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 1078 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 1082 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcastMultiplePermissions() local 1093 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 145 … in String resolvedType, boolean requireForeground, in String callingPackage, int userId); in startService() argument 148 in String resolvedType, int userId); in stopService() argument 152 in String resolvedType, in IServiceConnection connection, int flags, in bindService() argument 155 in String resolvedType, in IServiceConnection connection, int flags, in bindIsolatedService() argument 250 IBinder peekService(in Intent service, in String resolvedType, in String callingPackage); in peekService() argument 341 in Intent intent, in String resolvedType, in IBinder resultTo, in String resultWho, in startActivityAsUser() argument 528 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 | 222 List<ResolveInfo> queryActivities(Intent intent, String resolvedType, int flags, int userId) { in queryActivities() argument 224 return mActivities.queryIntent(intent, resolvedType, flags, userId); in queryActivities() 228 List<ResolveInfo> queryActivities(Intent intent, String resolvedType, int flags, in queryActivities() argument 232 intent, resolvedType, flags, activities, userId); in queryActivities() 236 List<ResolveInfo> queryProviders(Intent intent, String resolvedType, int flags, int userId) { in queryProviders() argument 238 return mProviders.queryIntent(intent, resolvedType, flags, userId); in queryProviders() 242 List<ResolveInfo> queryProviders(Intent intent, String resolvedType, int flags, in queryProviders() argument 245 return mProviders.queryIntentForPackage(intent, resolvedType, flags, providers, userId); in queryProviders() 329 List<ResolveInfo> queryReceivers(Intent intent, String resolvedType, int flags, int userId) { in queryReceivers() argument 331 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 | 310 String resolvedType; field in ActivityStarter.Request 366 resolvedType = null; in reset() 405 resolvedType = request.resolvedType; in set() 516 mRequest.intent, mRequest.resolvedType, in execute() 526 mRequest.resolvedType, mRequest.activityInfo, mRequest.resolveInfo, in execute() 567 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, in startActivity() argument 583 mLastStartActivityResult = startActivity(caller, intent, ephemeralIntent, resolvedType, in startActivity() 612 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, in startActivity() argument 718 intent.getComponent(), intent, resolvedType)) { in startActivity() 736 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
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | LocalIntentReceiver.java | 38 public void send(int code, Intent intent, String resolvedType, IBinder whitelistToken,
|