Searched defs:resolvedType (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/services/java/com/android/server/firewall/
H A DAndFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) {
32 resolvedType, receivingUid)) {
28 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DFilter.java31 * @param resolvedType The resolved mime type of the intent
35 int callerUid, int callerPid, String resolvedType, int receivingUid);
34 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DNotFilter.java36 int callerUid, int callerPid, String resolvedType, int receivingUid) {
37 return !mChild.matches(ifw, resolvedComponent, intent, callerUid, callerPid, resolvedType,
35 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DOrFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) {
32 resolvedType, receivingUid)) {
28 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, int receivingUid) {
37 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, int receivingUid) {
36 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DPortFilter.java45 int callerUid, int callerPid, String resolvedType, int receivingUid) {
44 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DStringFilter.java122 int callerUid, int callerPid, String resolvedType, int receivingUid) {
123 String value = mValueProvider.getValue(resolvedComponent, intent, resolvedType);
138 String resolvedType);
233 String resolvedType) {
244 String resolvedType) {
255 String resolvedType) {
266 String resolvedType) {
274 String resolvedType) {
286 String resolvedType) {
287 return resolvedType;
121 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
137 getValue(ComponentName resolvedComponent, Intent intent, String resolvedType) argument
[all...]
H A DIntentFirewall.java125 String resolvedType, ApplicationInfo resolvedApp) {
127 callerUid, callerPid, resolvedType, resolvedApp.uid);
131 int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
133 callerPid, resolvedType, resolvedApp.uid);
137 String resolvedType, int receivingUid) {
139 callerUid, callerPid, resolvedType, receivingUid);
143 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType,
151 candidateRules = resolver.queryIntent(intent, resolvedType, false, 0);
161 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType,
175 logIntent(intentType, intent, callerUid, resolvedType);
124 checkStartActivity(Intent intent, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
130 checkService(ComponentName resolvedService, Intent intent, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
136 checkBroadcast(Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
142 checkIntent(FirewallIntentResolver resolver, ComponentName resolvedComponent, int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
181 logIntent(int intentType, Intent intent, int callerUid, String resolvedType) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DBroadcastRecord.java50 final String resolvedType; // the resolved data type field in class:BroadcastRecord
189 resolvedType = _resolvedType;
H A DPendingIntentRecord.java190 public int send(int code, Intent intent, String resolvedType, argument
192 return sendInner(code, intent, resolvedType, finishedReceiver,
196 int sendInner(int code, Intent intent, String resolvedType, argument
212 resolvedType = key.requestResolvedType;
215 resolvedType = key.requestResolvedType;
248 allResolvedTypes[allResolvedTypes.length-1] = resolvedType;
253 resolvedType, resultTo, resultWho, requestCode, 0,
270 finalIntent, resolvedType,
282 finalIntent, resolvedType, userId);
H A DActiveServices.java277 Intent service, String resolvedType,
280 + " type=" + resolvedType + " args=" + service.getExtras());
298 retrieveServiceLocked(service, resolvedType,
442 String resolvedType, int userId) {
444 + " type=" + resolvedType);
455 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType,
473 IBinder peekServiceLocked(Intent service, String resolvedType) { argument
474 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType,
643 Intent service, String resolvedType,
646 + " type=" + resolvedType
276 startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, int callingPid, int callingUid, int userId) argument
441 stopServiceLocked(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
642 bindServiceLocked(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
944 retrieveServiceLocked(Intent service, String resolvedType, int callingPid, int callingUid, int userId, boolean createIfNeeded, boolean callingFromFg) argument
[all...]
H A DActivityRecord.java72 final String resolvedType; // as per original caller; field in class:ActivityRecord
359 resolvedType = _resolvedType;
H A DActivityStackSupervisor.java583 ActivityInfo resolveActivity(Intent intent, String resolvedType, int startFlags, argument
590 intent, resolvedType,
637 String callingPackage, Intent intent, String resolvedType, IBinder resultTo,
651 ActivityInfo aInfo = resolveActivity(intent, resolvedType, startFlags,
698 new String[] { resolvedType }, PendingIntent.FLAG_CANCEL_CURRENT
721 resolvedType = null;
741 int res = startActivityLocked(caller, intent, resolvedType,
1079 Intent intent, String resolvedType, ActivityInfo aInfo, IBinder resultTo,
1190 callingPid, resolvedType, aInfo.applicationInfo);
1217 intent, resolvedType, aInf
636 startActivityMayWait(IApplicationThread caller, int callingUid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, WaitResult outResult, Configuration config, Bundle options, int userId) argument
1078 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int startFlags, Bundle options, boolean componentSpecified, ActivityRecord[] outActivity) argument
[all...]
H A DActivityManagerService.java3101 Intent intent, String resolvedType, IBinder resultTo,
3104 return startActivityAsUser(caller, callingPackage, intent, resolvedType, resultTo,
3111 Intent intent, String resolvedType, IBinder resultTo,
3118 return mStackSupervisor.startActivityMayWait(caller, -1, callingPackage, intent, resolvedType,
3125 Intent intent, String resolvedType, IBinder resultTo,
3133 mStackSupervisor.startActivityMayWait(caller, -1, callingPackage, intent, resolvedType,
3141 Intent intent, String resolvedType, IBinder resultTo,
3149 resolvedType, resultTo, resultWho, requestCode, startFlags,
3156 IntentSender intent, Intent fillInIntent, String resolvedType,
3181 int ret = pir.sendInner(0, fillInIntent, resolvedType, nul
3100 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
3110 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
3124 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
3140 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3155 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
3292 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId) argument
12596 startService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
12617 startServiceInPackage(int uid, Intent service, String resolvedType, int userId) argument
12630 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
12643 peekService(Intent service, String resolvedType) argument
12754 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
13191 collectReceiverComponents(Intent intent, String resolvedType, int[] users) argument
13262 broadcastIntentLocked(ProcessRecord callerApp, String callerPackage, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, int appOp, boolean ordered, boolean sticky, int callingPid, int callingUid, int userId) argument
13687 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, int appOp, boolean serialized, boolean sticky, int userId) argument
13709 broadcastIntentInPackage(String packageName, int uid, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean serialized, boolean sticky, int userId) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java205 public List<R> queryIntentFromList(Intent intent, String resolvedType, argument
217 resolvedType, scheme, listCut.get(i), resultList, userId);
223 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, argument
233 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme
243 if (resolvedType != null) {
244 int slashpos = resolvedType.indexOf('/');
246 final String baseType = resolvedType.substring(0, slashpos);
248 if (resolvedType.length() != slashpos+2
249 || resolvedType.charAt(slashpos+1) != '*') {
252 firstTypeCut = mTypeToFilter.get(resolvedType);
516 buildResolveList(Intent intent, FastImmutableArraySet<String> categories, boolean debug, boolean defaultOnly, String resolvedType, String scheme, F[] src, List<R> dest, int userId) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java125 String resolvedType = data.readString();
135 int result = startActivity(app, callingPackage, intent, resolvedType,
150 String resolvedType = data.readString();
161 int result = startActivityAsUser(app, callingPackage, intent, resolvedType,
176 String resolvedType = data.readString();
187 WaitResult result = startActivityAndWait(app, callingPackage, intent, resolvedType,
202 String resolvedType = data.readString();
211 int result = startActivityWithConfig(app, callingPackage, intent, resolvedType,
228 String resolvedType = data.readString();
237 fillInIntent, resolvedType, resultT
2067 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
2103 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
2139 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
2175 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2205 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2351 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, int appOp, boolean serialized, boolean sticky, int userId) argument
2968 startService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
2985 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
3037 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
3114 peekService(Intent service, String resolvedType) argument
[all...]
H A DIActivityManager.java60 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
64 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
68 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
72 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
76 IntentSender intent, Intent fillInIntent, String resolvedType,
91 String resolvedType, IIntentReceiver resultTo, int resultCode,
146 String resolvedType, int userId) throws RemoteException;
148 String resolvedType, int userId) throws RemoteException;
154 Intent service, String resolvedType,
164 public IBinder peekService(Intent service, String resolvedType) throw argument
59 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options) argument
63 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
67 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, String profileFile, ParcelFileDescriptor profileFd, Bundle options, int userId) argument
71 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
75 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
90 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, int appOp, boolean serialized, boolean sticky, int userId) argument
145 startService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
147 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
153 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java2634 public ResolveInfo resolveIntent(Intent intent, String resolvedType, argument
2638 List<ResolveInfo> query = queryIntentActivities(intent, resolvedType, flags, userId);
2639 return chooseBestActivity(intent, resolvedType, flags, query, userId);
2643 public void setLastChosenActivity(Intent intent, String resolvedType, int flags, argument
2648 + " resolvedType=" + resolvedType
2656 List<ResolveInfo> query = queryIntentActivities(intent, resolvedType, flags, userId);
2658 findPreferredActivity(intent, resolvedType,
2665 public ResolveInfo getLastChosenActivity(Intent intent, String resolvedType, int flags) { argument
2668 List<ResolveInfo> query = queryIntentActivities(intent, resolvedType, flag
2673 chooseBestActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int userId) argument
2718 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
2851 queryIntentActivities(Intent intent, String resolvedType, int flags, int userId) argument
2890 queryIntentActivityOptions(ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, String resolvedType, int flags, int userId) argument
3063 queryIntentReceivers(Intent intent, String resolvedType, int flags, int userId) argument
3100 resolveService(Intent intent, String resolvedType, int flags, int userId) argument
3114 queryIntentServices(Intent intent, String resolvedType, int flags, int userId) argument
3151 queryIntentContentProviders( Intent intent, String resolvedType, int flags, int userId) argument
5644 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
5651 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
5659 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Activity> packageActivities, int userId) argument
5848 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
5854 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
5862 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Service> packageServices, int userId) argument
6047 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
6053 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
6062 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Provider> packageProviders, int userId) argument
[all...]

Completed in 260 milliseconds