Home
last modified time | relevance | path

Searched refs:resolvedType (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DCallable.java37 public final ModelClass resolvedType; field in Callable
41 public Callable(Type type, String name, ModelClass resolvedType, int flags) { in Callable() argument
44 this.resolvedType = resolvedType; in Callable()
49 return resolvedType.toJavaCode(); in getTypeCodeName()
73 ", resolvedType=" + resolvedType + in toString()
/frameworks/base/services/core/java/com/android/server/firewall/
DStringFilter.java122 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 …]
DIntentFirewall.java128 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 …]
DSenderFilter.java83 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) {
DOrFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
32 resolvedType, receivingUid)) { in matches()
DAndFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
32 resolvedType, receivingUid)) { in matches()
DNotFilter.java36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
37 return !mChild.matches(ifw, resolvedComponent, intent, callerUid, callerPid, resolvedType, in matches()
DFilter.java35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches() argument
DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
DSenderPackageFilter.java42 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
DPortFilter.java45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DFieldAccessExpr.java218 ModelClass resolvedType = child.getResolvedType(); in resolveType() local
219 L.d("resolving %s. Resolved class type: %s", this, resolvedType); in resolveType()
221 mGetter = resolvedType.findGetterOrField(mName, isStatic); in resolveType()
222 mPotentialListeners = resolvedType.findMethods(mName, isStatic); in resolveType()
226 L.e("Could not find accessor %s.%s", resolvedType.getCanonicalName(), mName); in resolveType()
235 StaticIdentifierExpr staticId = getModel().staticIdentifierFor(resolvedType); in resolveType()
241 if (mGetter.resolvedType.isObservableField()) { in resolveType()
251 mGetter = mGetter.resolvedType.findGetterOrField("get", false); in resolveType()
258 return mGetter.resolvedType; in resolveType()
/frameworks/base/core/java/android/app/
DPendingIntent.java306 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivity() local
315 resolvedType != null ? new String[] { resolvedType } : null, in getActivity()
331 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivityAsUser() local
340 resolvedType != null ? new String[] { resolvedType } : null, in getActivityAsUser()
527 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getBroadcastAsUser() local
535 resolvedType != null ? new String[] { resolvedType } : null, in getBroadcastAsUser()
570 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getService() local
578 resolvedType != null ? new String[] { resolvedType } : null, in getService()
803 String resolvedType = intent != null ? in send() local
806 int res = mTarget.send(code, intent, resolvedType, in send()
DContextImpl.java742 String resolvedType = null; in startIntentSender() local
746 resolvedType = fillInIntent.resolveTypeIfNeeded(getContentResolver()); in startIntentSender()
750 fillInIntent, resolvedType, null, null, in startIntentSender()
764 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
768 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local
779 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
785 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local
796 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local
800 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcastMultiplePermissions() local
811 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
[all …]
DIActivityManager.java68 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, in startActivity() argument
71 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, in startActivityAsUser() argument
74 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivityAsCaller() argument
78 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityAndWait() argument
82 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityWithConfig() argument
86 IntentSender intent, Intent fillInIntent, String resolvedType, in startActivityIntentSender() argument
90 Intent intent, String resolvedType, IVoiceInteractionSession session, in startVoiceActivity() argument
109 String resolvedType, IIntentReceiver resultTo, int resultCode, in broadcastIntent() argument
164 String resolvedType, String callingPackage, int userId) throws RemoteException; in startService() argument
166 String resolvedType, int userId) throws RemoteException; in stopService() argument
[all …]
DIAppTask.aidl29 in Intent intent, String resolvedType, in Bundle options); in startActivity() argument
DActivityManagerNative.java153 String resolvedType = data.readString(); in onTransact() local
162 int result = startActivity(app, callingPackage, intent, resolvedType, in onTransact()
176 String resolvedType = data.readString(); in onTransact() local
186 int result = startActivityAsUser(app, callingPackage, intent, resolvedType, in onTransact()
200 String resolvedType = data.readString(); in onTransact() local
211 int result = startActivityAsCaller(app, callingPackage, intent, resolvedType, in onTransact()
226 String resolvedType = data.readString(); in onTransact() local
236 WaitResult result = startActivityAndWait(app, callingPackage, intent, resolvedType, in onTransact()
250 String resolvedType = data.readString(); in onTransact() local
259 int result = startActivityWithConfig(app, callingPackage, intent, resolvedType, in onTransact()
[all …]
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl84 String resolvedType); in activitySupportsIntent() argument
136 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() argument
138 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() argument
141 String resolvedType, int flags, int userId); in queryIntentActivities() argument
146 String resolvedType, int flags, int userId); in queryIntentActivityOptions() argument
149 String resolvedType, int flags, int userId); in queryIntentReceivers() argument
152 String resolvedType, int flags, int userId); in resolveService() argument
155 String resolvedType, int flags, int userId); in queryIntentServices() argument
158 String resolvedType, int flags, int userId); in queryIntentContentProviders() argument
259 String resolvedType, int flags); in getLastChosenActivity() argument
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java201 public int send(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in send() argument
203 return sendInner(code, intent, resolvedType, finishedReceiver, in send()
207 int sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in sendInner() argument
234 resolvedType = key.requestResolvedType; in sendInner()
237 resolvedType = key.requestResolvedType; in sendInner()
243 resolvedType = key.requestResolvedType; in sendInner()
273 allResolvedTypes[allResolvedTypes.length-1] = resolvedType; in sendInner()
278 resolvedType, resultTo, resultWho, requestCode, 0, in sendInner()
296 finalIntent, resolvedType, finishedReceiver, code, null, null, in sendInner()
309 resolvedType, key.packageName, userId); in sendInner()
DActivityRecord.java102 final String resolvedType; // as per original caller; field in ActivityRecord
450 resolvedType = _resolvedType; in ActivityRecord()
1173 if (resolvedType != null) { in saveToXml()
1174 out.attribute(null, ATTR_RESOLVEDTYPE, resolvedType); in saveToXml()
1200 String resolvedType = null; in restoreFromXml() local
1219 resolvedType = attrValue; in restoreFromXml()
1258 final ActivityInfo aInfo = stackSupervisor.resolveActivity(intent, resolvedType, 0, null, in restoreFromXml()
1262 " resolvedType=" + resolvedType); in restoreFromXml()
1265 launchedFromPackage, intent, resolvedType, aInfo, service.getConfiguration(), in restoreFromXml()
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java353 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/base/core/java/android/content/
DIIntentSender.aidl25 int send(int code, in Intent intent, String resolvedType, in send() argument
DIntentSender.java191 String resolvedType = intent != null ? in sendIntent() local
194 int res = mTarget.send(code, intent, resolvedType, in sendIntent()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java149 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in canForward() local
154 return ipm.canForwardTo(intent, resolvedType, getUserId(), in canForward()

12