/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | Callable.java | 35 public final ModelClass resolvedType; field in Callable 41 public Callable(Type type, String name, String setterName, ModelClass resolvedType, in Callable() argument 45 this.resolvedType = resolvedType; in Callable() 52 return resolvedType.toJavaCode(); in getTypeCodeName() 80 ", resolvedType=" + resolvedType + in toString()
|
/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, 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
|
D | SenderPermissionFilter.java | 37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 336 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivity() local 345 resolvedType != null ? new String[] { resolvedType } : null, in getActivity() 361 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivityAsUser() local 370 resolvedType != null ? new String[] { resolvedType } : null, in getActivityAsUser() 557 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getBroadcastAsUser() local 565 resolvedType != null ? new String[] { resolvedType } : null, in getBroadcastAsUser() 600 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getService() local 608 resolvedType != null ? new String[] { resolvedType } : null, in getService() 833 String resolvedType = intent != null ? in send() local 837 mTarget, code, intent, resolvedType, in send()
|
D | ContextImpl.java | 884 String resolvedType = null; in startIntentSender() local 888 resolvedType = fillInIntent.resolveTypeIfNeeded(getContentResolver()); in startIntentSender() 892 fillInIntent, resolvedType, null, null, in startIntentSender() 906 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 910 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 921 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 927 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 938 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 942 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcastMultiplePermissions() local 953 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local [all …]
|
D | IActivityManager.java | 71 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, in startActivity() argument 74 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, in startActivityAsUser() argument 77 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivityAsCaller() argument 81 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityAndWait() argument 85 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityWithConfig() argument 89 IntentSender intent, Intent fillInIntent, String resolvedType, in startActivityIntentSender() argument 93 Intent intent, String resolvedType, IVoiceInteractionSession session, in startVoiceActivity() argument 113 String resolvedType, IIntentReceiver resultTo, int resultCode, in broadcastIntent() argument 232 String resolvedType, String callingPackage, int userId) throws RemoteException; in startService() argument 234 String resolvedType, int userId) throws RemoteException; in stopService() argument [all …]
|
D | IAppTask.aidl | 29 in Intent intent, String resolvedType, in Bundle options); in startActivity() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 208 public void send(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in send() argument 210 sendInner(code, intent, resolvedType, finishedReceiver, in send() 214 public int sendWithResult(int code, Intent intent, String resolvedType, in sendWithResult() argument 216 return sendInner(code, intent, resolvedType, finishedReceiver, in sendWithResult() 220 int sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in sendInner() argument 257 resolvedType = key.requestResolvedType; in sendInner() 260 resolvedType = key.requestResolvedType; in sendInner() 266 resolvedType = key.requestResolvedType; in sendInner() 297 allResolvedTypes[allResolvedTypes.length-1] = resolvedType; in sendInner() 302 resolvedType, resultTo, resultWho, requestCode, 0, in sendInner() [all …]
|
D | ActivityStartInterceptor.java | 96 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, in intercept() argument 104 mResolvedType = resolvedType; in intercept() 208 private Intent interceptWithConfirmCredentialsIfNeeded(Intent intent, String resolvedType, in interceptWithConfirmCredentialsIfNeeded() argument 216 new String[]{ resolvedType }, in interceptWithConfirmCredentialsIfNeeded()
|
D | ActivityStarter.java | 225 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, in startActivityLocked() argument 329 intent.getComponent(), intent, resolvedType)) { in startActivityLocked() 347 intent, resolvedType)) { in startActivityLocked() 374 callingPid, resolvedType, aInfo.applicationInfo); in startActivityLocked() 389 mInterceptor.intercept(intent, rInfo, aInfo, resolvedType, inTask, callingPid, callingUid, in startActivityLocked() 394 resolvedType = mInterceptor.mResolvedType; in startActivityLocked() 419 new String[]{resolvedType}, PendingIntent.FLAG_CANCEL_CURRENT in startActivityLocked() 433 resolvedType = null; in startActivityLocked() 437 rInfo = mSupervisor.resolveIntent(intent, resolvedType, userId); in startActivityLocked() 461 new String[]{ resolvedType }, in startActivityLocked() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 85 String resolvedType); in activitySupportsIntent() argument 139 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() argument 141 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() argument 144 String resolvedType, int flags, int userId); in queryIntentActivities() argument 149 String resolvedType, int flags, int userId); in queryIntentActivityOptions() argument 152 String resolvedType, int flags, int userId); in queryIntentReceivers() argument 155 String resolvedType, int flags, int userId); in resolveService() argument 158 String resolvedType, int flags, int userId); in queryIntentServices() argument 161 String resolvedType, int flags, int userId); in queryIntentContentProviders() argument 248 String resolvedType, int flags); in getLastChosenActivity() argument [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 353 public List<R> queryIntentFromList(Intent intent, String resolvedType, in queryIntentFromList() argument 365 resolvedType, scheme, listCut.get(i), resultList, userId); in queryIntentFromList() 371 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, in queryIntent() argument 381 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme in queryIntent() 391 if (resolvedType != null) { in queryIntent() 392 int slashpos = resolvedType.indexOf('/'); in queryIntent() 394 final String baseType = resolvedType.substring(0, slashpos); in queryIntent() 396 if (resolvedType.length() != slashpos+2 in queryIntent() 397 || resolvedType.charAt(slashpos+1) != '*') { in queryIntent() 400 firstTypeCut = mTypeToFilter.get(resolvedType); in queryIntent() [all …]
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | FieldAccessExpr.java | 250 ModelClass resolvedType = child.getResolvedType(); in resolveType() local 251 L.d("resolving %s. Resolved class type: %s", this, resolvedType); in resolveType() 253 mGetter = resolvedType.findGetterOrField(mName, isStatic); in resolveType() 256 mIsListener = resolvedType.findMethods(mName, isStatic) != null; in resolveType() 258 L.e("Could not find accessor %s.%s", resolvedType.getCanonicalName(), mName); in resolveType() 267 StaticIdentifierExpr staticId = getModel().staticIdentifierFor(resolvedType); in resolveType() 273 if (mGetter.resolvedType.isObservableField()) { in resolveType() 283 mGetter = mGetter.resolvedType.findGetterOrField("", false); in resolveType() 290 return mGetter.resolvedType; in resolveType()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/ |
D | BrNameUtil.java | 66 !callable.resolvedType.isVoid(); in isGetter() 73 callable.resolvedType.isVoid(); in isSetter() 80 callable.resolvedType.isBoolean(); in isBooleanGetter()
|
/frameworks/base/core/java/android/content/ |
D | IIntentSender.aidl | 25 void send(int code, in Intent intent, String resolvedType, in send() argument
|
D | IntentSender.java | 187 String resolvedType = intent != null ? in sendIntent() local 191 code, intent, resolvedType, in sendIntent()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
D | InverseBinding.java | 102 final ModelClass resolvedType = mExpr == null ? null : mExpr.getResolvedType(); in resolveGetterCall() local 103 mGetterCall = setterStore.getGetterCall(mName, viewType, resolvedType, in resolveGetterCall()
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
D | LayoutBinderWriter.kt | 104 if (resolvedType != null && resolvedType.extendsViewStub()) { in BindingTarget() 133 if (target.resolvedType != null && target.resolvedType.extendsViewStub()) { in target() 845 it.isUsed && it.resolvedType != null && it.resolvedType.extendsViewStub() in <lambda>() 991 it.isMandatory && it.other.resolvedType.isNullable in condition() 1008 val listenerType = expr.resolvedType; in <lambda>()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IntentForwarderActivity.java | 156 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in canForward() local 161 return ipm.canForwardTo(intent, resolvedType, getUserId(), in canForward()
|