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

/frameworks/base/services/core/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 DSenderPackageFilter.java42 int callerUid, int callerPid, String resolvedType, int receivingUid) {
41 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.java128 String resolvedType, ApplicationInfo resolvedApp) {
130 callerUid, callerPid, resolvedType, resolvedApp.uid);
134 int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
136 callerPid, resolvedType, resolvedApp.uid);
140 String resolvedType, int receivingUid) {
142 callerUid, callerPid, resolvedType, receivingUid);
146 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType,
154 candidateRules = resolver.queryIntent(intent, resolvedType, false, 0);
164 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType,
178 logIntent(intentType, intent, callerUid, resolvedType);
127 checkStartActivity(Intent intent, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
133 checkService(ComponentName resolvedService, Intent intent, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
139 checkBroadcast(Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
145 checkIntent(FirewallIntentResolver resolver, ComponentName resolvedComponent, int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
184 logIntent(int intentType, Intent intent, int callerUid, String resolvedType) argument
[all...]
/frameworks/base/services/core/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.java193 public int send(int code, Intent intent, String resolvedType, argument
195 return sendInner(code, intent, resolvedType, finishedReceiver,
199 int sendInner(int code, Intent intent, String resolvedType, argument
215 resolvedType = key.requestResolvedType;
218 resolvedType = key.requestResolvedType;
251 allResolvedTypes[allResolvedTypes.length-1] = resolvedType;
256 resolvedType, resultTo, resultWho, requestCode, 0,
273 finalIntent, resolvedType,
287 finalIntent, resolvedType, userId);
H A DActiveServices.java299 Intent service, String resolvedType,
302 + " type=" + resolvedType + " args=" + service.getExtras());
320 retrieveServiceLocked(service, resolvedType,
471 String resolvedType, int userId) {
473 + " type=" + resolvedType);
484 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType,
502 IBinder peekServiceLocked(Intent service, String resolvedType) { argument
503 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType,
688 Intent service, String resolvedType,
691 + " type=" + resolvedType
298 startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, int callingPid, int callingUid, int userId) argument
470 stopServiceLocked(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
687 bindServiceLocked(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
1011 retrieveServiceLocked(Intent service, String resolvedType, int callingPid, int callingUid, int userId, boolean createIfNeeded, boolean callingFromFg) argument
[all...]
H A DActivityRecord.java99 final String resolvedType; // as per original caller; field in class:ActivityRecord
394 resolvedType = _resolvedType;
1125 if (resolvedType != null) {
1126 out.attribute(null, ATTR_RESOLVEDTYPE, resolvedType);
1152 String resolvedType = null;
1171 resolvedType = attrValue;
1210 final ActivityInfo aInfo = stackSupervisor.resolveActivity(intent, resolvedType, 0, null,
1214 " resolvedType=" + resolvedType);
1217 launchedFromPackage, intent, resolvedType, aInf
[all...]
H A DActivityStackSupervisor.java786 ActivityInfo resolveActivity(Intent intent, String resolvedType, int startFlags, argument
793 intent, resolvedType,
838 String callingPackage, Intent intent, String resolvedType,
853 ActivityInfo aInfo = resolveActivity(intent, resolvedType, startFlags,
908 new String[] { resolvedType }, PendingIntent.FLAG_CANCEL_CURRENT
931 resolvedType = null;
951 int res = startActivityLocked(caller, intent, resolvedType, aInfo,
1297 Intent intent, String resolvedType, ActivityInfo aInfo,
1396 intent.getComponent(), intent, resolvedType)) {
1410 intent, resolvedType)) {
837 startActivityMayWait(IApplicationThread caller, int callingUid, String callingPackage, Intent intent, String resolvedType, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, WaitResult outResult, Configuration config, Bundle options, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1296 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, Bundle options, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
3817 checkEmbeddedAllowedInner(Intent intent, String resolvedType) argument
[all...]
H A DActivityManagerService.java3349 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3351 return startActivityAsUser(caller, callingPackage, intent, resolvedType, resultTo,
3358 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3365 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
3371 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3417 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
3438 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3445 mStackSupervisor.startActivityMayWait(caller, -1, callingPackage, intent, resolvedType,
3453 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
3460 resolvedType, nul
3348 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3357 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3370 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3437 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3452 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3466 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
3498 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3664 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId, IActivityContainer container, TaskRecord inTask) argument
15084 startService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
15105 startServiceInPackage(int uid, Intent service, String resolvedType, int userId) argument
15119 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
15133 peekService(Intent service, String resolvedType) argument
15310 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
15749 collectReceiverComponents(Intent intent, String resolvedType, int callingUid, int[] users) argument
15826 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
16310 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
16332 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
19673 startActivity(IBinder whoThread, String callingPackage, Intent intent, String resolvedType, Bundle options) argument
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java245 Intent intent, String resolvedType) {
255 intent, resolvedType, mActiveSession.mSession, mActiveSession.mInteractor,
244 startVoiceActivityLocked(int callingPid, int callingUid, IBinder token, Intent intent, String resolvedType) argument
H A DVoiceInteractionManagerService.java420 public int startVoiceActivity(IBinder token, Intent intent, String resolvedType) { argument
434 intent, resolvedType);
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java352 public List<R> queryIntentFromList(Intent intent, String resolvedType, argument
364 resolvedType, scheme, listCut.get(i), resultList, userId);
370 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, argument
380 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme
390 if (resolvedType != null) {
391 int slashpos = resolvedType.indexOf('/');
393 final String baseType = resolvedType.substring(0, slashpos);
395 if (resolvedType.length() != slashpos+2
396 || resolvedType.charAt(slashpos+1) != '*') {
399 firstTypeCut = mTypeToFilter.get(resolvedType);
671 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.java130 String resolvedType = data.readString();
139 int result = startActivity(app, callingPackage, intent, resolvedType,
153 String resolvedType = data.readString();
163 int result = startActivityAsUser(app, callingPackage, intent, resolvedType,
177 String resolvedType = data.readString();
187 int result = startActivityAsCaller(app, callingPackage, intent, resolvedType,
201 String resolvedType = data.readString();
211 WaitResult result = startActivityAndWait(app, callingPackage, intent, resolvedType,
225 String resolvedType = data.readString();
234 int result = startActivityWithConfig(app, callingPackage, intent, resolvedType,
2403 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
2437 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2472 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2506 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2541 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2571 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2605 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2803 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
3434 startService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
3451 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
3503 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
3580 peekService(Intent service, String resolvedType) argument
[all...]
H A DIActivityManager.java65 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
68 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
71 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
74 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
78 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
82 IntentSender intent, Intent fillInIntent, String resolvedType,
86 Intent intent, String resolvedType, IVoiceInteractionSession session,
105 String resolvedType, IIntentReceiver resultTo, int resultCode,
159 String resolvedType, int userId) throws RemoteException;
161 String resolvedType, in
64 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
67 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
70 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
73 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
77 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
81 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
85 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
104 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
158 startService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
160 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
166 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
177 peekService(Intent service, String resolvedType) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2252 String resolvedType) {
2259 if (a.intents.get(i).match(intent.getAction(), resolvedType, intent.getScheme(),
3026 public ResolveInfo resolveIntent(Intent intent, String resolvedType, argument
3030 List<ResolveInfo> query = queryIntentActivities(intent, resolvedType, flags, userId);
3031 return chooseBestActivity(intent, resolvedType, flags, query, userId);
3035 public void setLastChosenActivity(Intent intent, String resolvedType, int flags, argument
3040 + " resolvedType=" + resolvedType
3048 List<ResolveInfo> query = queryIntentActivities(intent, resolvedType, flags, userId);
3050 findPreferredActivity(intent, resolvedType,
2251 activitySupportsIntent(ComponentName component, Intent intent, String resolvedType) argument
3058 getLastChosenActivity(Intent intent, String resolvedType, int flags) argument
3066 chooseBestActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int userId) argument
3111 findPersistentPreferredActivityLP(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, boolean debug, int userId) argument
3168 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
3324 canForwardTo(Intent intent, String resolvedType, int sourceUserId, int targetUserId) argument
3339 getMatchingCrossProfileIntentFilters(Intent intent, String resolvedType, int userId) argument
3349 queryIntentActivities(Intent intent, String resolvedType, int flags, int userId) argument
3408 querySkipCurrentProfileIntents( List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, int flags, int sourceUserId) argument
3430 queryCrossProfileIntents( List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, int flags, int sourceUserId) argument
3456 checkTargetCanHandle(CrossProfileIntentFilter filter, Intent intent, String resolvedType, int flags, int sourceUserId) argument
3494 queryIntentActivityOptions(ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, String resolvedType, int flags, int userId) argument
3667 queryIntentReceivers(Intent intent, String resolvedType, int flags, int userId) argument
3704 resolveService(Intent intent, String resolvedType, int flags, int userId) argument
3718 queryIntentServices(Intent intent, String resolvedType, int flags, int userId) argument
3755 queryIntentContentProviders( Intent intent, String resolvedType, int flags, int userId) argument
7253 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
7260 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
7268 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Activity> packageActivities, int userId) argument
7478 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
7484 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
7492 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Service> packageServices, int userId) argument
7694 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
7700 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
7709 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Provider> packageProviders, int userId) argument
[all...]

Completed in 341 milliseconds