Home
last modified time | relevance | path

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

12

/frameworks/base/services/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 …]
DSenderFilter.java82 int callerUid, int callerPid, String resolvedType, int receivingUid) {
90 int callerUid, int callerPid, String resolvedType, int receivingUid) {
98 int callerUid, int callerPid, String resolvedType, int receivingUid) {
107 int callerUid, int callerPid, String resolvedType, int receivingUid) {
DIntentFirewall.java125 String resolvedType, ApplicationInfo resolvedApp) { in checkStartActivity() argument
127 callerUid, callerPid, resolvedType, resolvedApp.uid); in checkStartActivity()
131 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService() argument
133 callerPid, resolvedType, resolvedApp.uid); in checkService()
137 String resolvedType, int receivingUid) { in checkBroadcast() argument
139 callerUid, callerPid, resolvedType, receivingUid); in checkBroadcast()
143 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent() argument
151 candidateRules = resolver.queryIntent(intent, resolvedType, false, 0); in checkIntent()
161 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType, in checkIntent()
175 logIntent(intentType, intent, callerUid, resolvedType); in checkIntent()
[all …]
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
DPortFilter.java45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
/frameworks/base/core/java/android/app/
DPendingIntent.java258 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivity() local
267 resolvedType != null ? new String[] { resolvedType } : null, in getActivity()
283 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivityAsUser() local
292 resolvedType != null ? new String[] { resolvedType } : null, in getActivityAsUser()
479 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getBroadcastAsUser() local
487 resolvedType != null ? new String[] { resolvedType } : null, in getBroadcastAsUser()
522 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getService() local
530 resolvedType != null ? new String[] { resolvedType } : null, in getService()
702 String resolvedType = intent != null ? in send() local
705 int res = mTarget.send(code, intent, resolvedType, in send()
DContextImpl.java1111 String resolvedType = null; in startIntentSender() local
1115 resolvedType = fillInIntent.resolveTypeIfNeeded(getContentResolver()); in startIntentSender()
1119 fillInIntent, resolvedType, null, null, in startIntentSender()
1132 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1136 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local
1146 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1150 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local
1160 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local
1164 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local
1175 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendOrderedBroadcast() local
[all …]
DIActivityManager.java60 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivity() argument
64 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityAsUser() argument
68 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityAndWait() argument
72 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityWithConfig() argument
76 IntentSender intent, Intent fillInIntent, String resolvedType, in startActivityIntentSender() argument
91 String resolvedType, IIntentReceiver resultTo, int resultCode, in broadcastIntent() argument
146 String resolvedType, int userId) throws RemoteException; in startService() argument
148 String resolvedType, int userId) throws RemoteException; in stopService() argument
154 Intent service, String resolvedType, in bindService() argument
164 public IBinder peekService(Intent service, String resolvedType) throws RemoteException; in peekService() argument
DActivityManagerNative.java125 String resolvedType = data.readString(); in onTransact() local
135 int result = startActivity(app, callingPackage, intent, resolvedType, in onTransact()
150 String resolvedType = data.readString(); in onTransact() local
161 int result = startActivityAsUser(app, callingPackage, intent, resolvedType, in onTransact()
176 String resolvedType = data.readString(); in onTransact() local
187 WaitResult result = startActivityAndWait(app, callingPackage, intent, resolvedType, in onTransact()
202 String resolvedType = data.readString(); in onTransact() local
211 int result = startActivityWithConfig(app, callingPackage, intent, resolvedType, in onTransact()
228 String resolvedType = data.readString(); in onTransact() local
237 fillInIntent, resolvedType, resultTo, resultWho, in onTransact()
[all …]
/frameworks/base/services/java/com/android/server/
DIntentResolver.java205 public List<R> queryIntentFromList(Intent intent, String resolvedType, in queryIntentFromList() argument
217 resolvedType, scheme, listCut.get(i), resultList, userId); in queryIntentFromList()
223 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, in queryIntent() argument
233 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme in queryIntent()
243 if (resolvedType != null) { in queryIntent()
244 int slashpos = resolvedType.indexOf('/'); in queryIntent()
246 final String baseType = resolvedType.substring(0, slashpos); in queryIntent()
248 if (resolvedType.length() != slashpos+2 in queryIntent()
249 || resolvedType.charAt(slashpos+1) != '*') { in queryIntent()
252 firstTypeCut = mTypeToFilter.get(resolvedType); in queryIntent()
[all …]
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl108 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() argument
111 String resolvedType, int flags, int userId); in queryIntentActivities() argument
116 String resolvedType, int flags, int userId); in queryIntentActivityOptions() argument
119 String resolvedType, int flags, int userId); in queryIntentReceivers() argument
122 String resolvedType, int flags, int userId); in resolveService() argument
125 String resolvedType, int flags, int userId); in queryIntentServices() argument
128 String resolvedType, int flags, int userId); in queryIntentContentProviders() argument
224 String resolvedType, int flags); in getLastChosenActivity() argument
226 void setLastChosenActivity(in Intent intent, String resolvedType, int flags, in setLastChosenActivity() argument
/frameworks/base/services/java/com/android/server/am/
DPendingIntentRecord.java190 public int send(int code, Intent intent, String resolvedType, in send() argument
192 return sendInner(code, intent, resolvedType, finishedReceiver, in send()
196 int sendInner(int code, Intent intent, String resolvedType, in sendInner() argument
212 resolvedType = key.requestResolvedType; in sendInner()
215 resolvedType = key.requestResolvedType; in sendInner()
248 allResolvedTypes[allResolvedTypes.length-1] = resolvedType; in sendInner()
253 resolvedType, resultTo, resultWho, requestCode, 0, in sendInner()
270 finalIntent, resolvedType, in sendInner()
282 finalIntent, resolvedType, userId); in sendInner()
DBroadcastRecord.java50 final String resolvedType; // the resolved data type field in BroadcastRecord
189 resolvedType = _resolvedType; in BroadcastRecord()
DActiveServices.java277 Intent service, String resolvedType, in startServiceLocked() argument
280 + " type=" + resolvedType + " args=" + service.getExtras()); in startServiceLocked()
298 retrieveServiceLocked(service, resolvedType, in startServiceLocked()
442 String resolvedType, int userId) { in stopServiceLocked() argument
444 + " type=" + resolvedType); in stopServiceLocked()
455 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, in stopServiceLocked()
473 IBinder peekServiceLocked(Intent service, String resolvedType) { in peekServiceLocked() argument
474 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, in peekServiceLocked()
643 Intent service, String resolvedType, in bindServiceLocked() argument
646 + " type=" + resolvedType + " conn=" + connection.asBinder() in bindServiceLocked()
[all …]
DActivityStackSupervisor.java583 ActivityInfo resolveActivity(Intent intent, String resolvedType, int startFlags, in resolveActivity() argument
590 intent, resolvedType, in resolveActivity()
637 String callingPackage, Intent intent, String resolvedType, IBinder resultTo, in startActivityMayWait() argument
651 ActivityInfo aInfo = resolveActivity(intent, resolvedType, startFlags, in startActivityMayWait()
698 new String[] { resolvedType }, PendingIntent.FLAG_CANCEL_CURRENT in startActivityMayWait()
721 resolvedType = null; in startActivityMayWait()
741 int res = startActivityLocked(caller, intent, resolvedType, in startActivityMayWait()
1079 Intent intent, String resolvedType, ActivityInfo aInfo, IBinder resultTo, in startActivityLocked() argument
1203 callingPid, resolvedType, aInfo.applicationInfo); in startActivityLocked()
1230 intent, resolvedType, aInfo, mService.mConfiguration, in startActivityLocked()
DActivityManagerService.java3101 Intent intent, String resolvedType, IBinder resultTo, in startActivity() argument
3104 return startActivityAsUser(caller, callingPackage, intent, resolvedType, resultTo, in startActivity()
3111 Intent intent, String resolvedType, IBinder resultTo, in startActivityAsUser() argument
3118 … return mStackSupervisor.startActivityMayWait(caller, -1, callingPackage, intent, resolvedType, in startActivityAsUser()
3125 Intent intent, String resolvedType, IBinder resultTo, in startActivityAndWait() argument
3133 mStackSupervisor.startActivityMayWait(caller, -1, callingPackage, intent, resolvedType, in startActivityAndWait()
3141 Intent intent, String resolvedType, IBinder resultTo, in startActivityWithConfig() argument
3149 resolvedType, resultTo, resultWho, requestCode, startFlags, in startActivityWithConfig()
3156 IntentSender intent, Intent fillInIntent, String resolvedType, in startActivityIntentSender() argument
3181 int ret = pir.sendInner(0, fillInIntent, resolvedType, null, null, in startActivityIntentSender()
[all …]
DActivityRecord.java72 final String resolvedType; // as per original caller; field in ActivityRecord
359 resolvedType = _resolvedType; in ActivityRecord()
/frameworks/base/core/java/android/content/
DIIntentSender.aidl24 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/services/java/com/android/server/pm/
DPackageManagerService.java2634 public ResolveInfo resolveIntent(Intent intent, String resolvedType, in resolveIntent() argument
2638 List<ResolveInfo> query = queryIntentActivities(intent, resolvedType, flags, userId); in resolveIntent()
2639 return chooseBestActivity(intent, resolvedType, flags, query, userId); in resolveIntent()
2643 public void setLastChosenActivity(Intent intent, String resolvedType, int flags, in setLastChosenActivity() argument
2648 + " resolvedType=" + resolvedType in setLastChosenActivity()
2656 List<ResolveInfo> query = queryIntentActivities(intent, resolvedType, flags, userId); in setLastChosenActivity()
2658 findPreferredActivity(intent, resolvedType, in setLastChosenActivity()
2665 public ResolveInfo getLastChosenActivity(Intent intent, String resolvedType, int flags) { in getLastChosenActivity() argument
2668 List<ResolveInfo> query = queryIntentActivities(intent, resolvedType, flags, userId); in getLastChosenActivity()
2669 return findPreferredActivity(intent, resolvedType, flags, query, 0, in getLastChosenActivity()
[all …]

12