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

12

/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.java43 int callerUid, int callerPid, String resolvedType, int receivingUid) {
42 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/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DCallable.java35 public final ModelClass resolvedType; field in class:Callable
41 public Callable(Type type, String name, String setterName, ModelClass resolvedType, argument
45 this.resolvedType = resolvedType;
52 return resolvedType.toJavaCode();
80 ", resolvedType=" + resolvedType +
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStartInterceptor.java96 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, argument
104 mResolvedType = resolvedType;
208 private Intent interceptWithConfirmCredentialsIfNeeded(Intent intent, String resolvedType, argument
216 new String[]{ resolvedType },
H A DBroadcastRecord.java55 final String resolvedType; // the resolved data type field in class:BroadcastRecord
229 resolvedType = _resolvedType;
H A DPendingIntentRecord.java208 public void send(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, argument
210 sendInner(code, intent, resolvedType, finishedReceiver,
214 public int sendWithResult(int code, Intent intent, String resolvedType, argument
216 return sendInner(code, intent, resolvedType, finishedReceiver,
220 int sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, argument
257 resolvedType = key.requestResolvedType;
260 resolvedType = key.requestResolvedType;
266 resolvedType = key.requestResolvedType;
297 allResolvedTypes[allResolvedTypes.length-1] = resolvedType;
302 resolvedType, resultT
[all...]
H A DActivityStarter.java225 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo,
329 intent.getComponent(), intent, resolvedType)) {
347 intent, resolvedType)) {
374 callingPid, resolvedType, aInfo.applicationInfo);
389 mInterceptor.intercept(intent, rInfo, aInfo, resolvedType, inTask, callingPid, callingUid,
394 resolvedType = mInterceptor.mResolvedType;
419 new String[]{resolvedType}, PendingIntent.FLAG_CANCEL_CURRENT
433 resolvedType = null;
437 rInfo = mSupervisor.resolveIntent(intent, resolvedType, userId);
461 new String[]{ resolvedType },
224 startActivityLocked(IApplicationThread caller, Intent intent, Intent ephemeralIntent, String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, ActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, ActivityStackSupervisor.ActivityContainer container, TaskRecord inTask) argument
675 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, IActivityManager.WaitResult outResult, Configuration config, Bundle bOptions, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
[all...]
H A DActiveServices.java306 ComponentName startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, argument
310 + " type=" + resolvedType + " args=" + service.getExtras());
328 retrieveServiceLocked(service, resolvedType, callingPackage,
557 String resolvedType, int userId) {
559 + " type=" + resolvedType);
570 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, null,
617 IBinder peekServiceLocked(Intent service, String resolvedType, String callingPackage) { argument
618 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, callingPackage,
820 String resolvedType, final IServiceConnection connection, int flags,
823 + " type=" + resolvedType
556 stopServiceLocked(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
819 bindServiceLocked(IApplicationThread caller, IBinder token, Intent service, String resolvedType, final IServiceConnection connection, int flags, String callingPackage, final int userId) argument
1244 retrieveServiceLocked(Intent service, String resolvedType, String callingPackage, int callingPid, int callingUid, int userId, boolean createIfNeeded, boolean callingFromFg, boolean isBindExternal) argument
[all...]
H A DActivityRecord.java119 final String resolvedType; // as per original caller; field in class:ActivityRecord
612 resolvedType = _resolvedType;
1402 if (resolvedType != null) {
1403 out.attribute(null, ATTR_RESOLVEDTYPE, resolvedType);
1429 String resolvedType = null;
1448 resolvedType = attrValue;
1487 final ActivityInfo aInfo = stackSupervisor.resolveActivity(intent, resolvedType, 0, null,
1491 " resolvedType=" + resolvedType);
1494 launchedFromPackage, intent, resolvedType, aInf
[all...]
H A DActivityStackSupervisor.java1139 ResolveInfo resolveIntent(Intent intent, String resolvedType, int userId) { argument
1140 return resolveIntent(intent, resolvedType, userId, 0);
1143 ResolveInfo resolveIntent(Intent intent, String resolvedType, int userId, int flags) { argument
1145 return AppGlobals.getPackageManager().resolveIntent(intent, resolvedType,
1153 ActivityInfo resolveActivity(Intent intent, String resolvedType, int startFlags, argument
1155 final ResolveInfo rInfo = resolveIntent(intent, resolvedType, userId);
4071 void checkEmbeddedAllowedInner(int userId, Intent intent, String resolvedType) { argument
4072 ActivityInfo aInfo = resolveActivity(intent, resolvedType, 0, null, userId);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java182 Intent intent, String resolvedType) {
196 intent, resolvedType, mActiveSession.mSession, mActiveSession.mInteractor,
181 startVoiceActivityLocked(int callingPid, int callingUid, IBinder token, Intent intent, String resolvedType) argument
H A DVoiceInteractionManagerService.java605 public int startVoiceActivity(IBinder token, Intent intent, String resolvedType) { argument
616 intent, resolvedType);
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java353 public List<R> queryIntentFromList(Intent intent, String resolvedType, argument
365 resolvedType, scheme, listCut.get(i), resultList, userId);
371 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, argument
381 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme
391 if (resolvedType != null) {
392 int slashpos = resolvedType.indexOf('/');
394 final String baseType = resolvedType.substring(0, slashpos);
396 if (resolvedType.length() != slashpos+2
397 || resolvedType.charAt(slashpos+1) != '*') {
400 firstTypeCut = mTypeToFilter.get(resolvedType);
688 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.java156 String resolvedType = data.readString();
165 int result = startActivity(app, callingPackage, intent, resolvedType,
179 String resolvedType = data.readString();
189 int result = startActivityAsUser(app, callingPackage, intent, resolvedType,
203 String resolvedType = data.readString();
214 int result = startActivityAsCaller(app, callingPackage, intent, resolvedType,
229 String resolvedType = data.readString();
239 WaitResult result = startActivityAndWait(app, callingPackage, intent, resolvedType,
253 String resolvedType = data.readString();
262 int result = startActivityWithConfig(app, callingPackage, intent, resolvedType,
3044 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3078 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3113 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity, int userId) argument
3149 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3184 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3214 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
3248 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3484 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
4289 startService(IApplicationThread caller, Intent service, String resolvedType, String callingPackage, int userId) argument
4307 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
4359 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
4437 peekService(Intent service, String resolvedType, String callingPackage) argument
6998 sendIntentSender(IIntentSender target, int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, String requiredPermission, Bundle options) argument
[all...]
H A DIActivityManager.java71 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
74 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags,
77 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode,
81 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
85 Intent intent, String resolvedType, IBinder resultTo, String resultWho,
89 IntentSender intent, Intent fillInIntent, String resolvedType,
93 Intent intent, String resolvedType, IVoiceInteractionSession session,
113 String resolvedType, IIntentReceiver resultTo, int resultCode,
232 String resolvedType, String callingPackage, int userId) throws RemoteException;
234 String resolvedType, in
70 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options) argument
73 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
76 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity, int userId) argument
80 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
84 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
88 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
92 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
112 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
231 startService(IApplicationThread caller, Intent service, String resolvedType, String callingPackage, int userId) argument
233 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
239 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
250 peekService(Intent service, String resolvedType, String callingPackage) argument
656 sendIntentSender(IIntentSender target, int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, String requiredPermission, Bundle options) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6542 uint8_t resolvedType = Res_value::TYPE_REFERENCE; local
6545 resolvedType = Res_value::TYPE_ATTRIBUTE;
6556 resolvedType = Res_value::TYPE_ATTRIBUTE;
6569 value->dataType = resolvedType;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3659 String resolvedType) {
3670 if (a.intents.get(i).match(intent.getAction(), resolvedType, intent.getScheme(),
4865 public ResolveInfo resolveIntent(Intent intent, String resolvedType, argument
4876 final List<ResolveInfo> query = queryIntentActivitiesInternal(intent, resolvedType,
4881 chooseBestActivity(intent, resolvedType, flags, query, userId);
4886 getEphemeralResolveInfo(intent, resolvedType, userId);
4903 public void setLastChosenActivity(Intent intent, String resolvedType, int flags, argument
4908 + " resolvedType=" + resolvedType
4916 final List<ResolveInfo> query = queryIntentActivitiesInternal(intent, resolvedType, flag
3658 activitySupportsIntent(ComponentName component, Intent intent, String resolvedType) argument
4927 getLastChosenActivity(Intent intent, String resolvedType, int flags) argument
4986 getEphemeralResolveInfo(Intent intent, String resolvedType, int userId) argument
5036 chooseBestActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int userId) argument
5121 findPersistentPreferredActivityLP(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, boolean debug, int userId) argument
5179 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
5338 canForwardTo(Intent intent, String resolvedType, int sourceUserId, int targetUserId) argument
5372 getMatchingCrossProfileIntentFilters(Intent intent, String resolvedType, int userId) argument
5382 queryIntentActivities(Intent intent, String resolvedType, int flags, int userId) argument
5394 queryIntentActivitiesInternal(Intent intent, String resolvedType, int flags, int userId) argument
5497 getCrossProfileDomainPreferredLpr(Intent intent, String resolvedType, int flags, int sourceUserId, int parentUserId) argument
5775 querySkipCurrentProfileIntents( List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, int flags, int sourceUserId) argument
5797 queryCrossProfileIntents( List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, int flags, int sourceUserId, boolean matchInCurrentProfile) argument
5832 createForwardingResolveInfo(CrossProfileIntentFilter filter, Intent intent, String resolvedType, int flags, int sourceUserId) argument
5885 queryIntentActivityOptions(ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, String resolvedType, int flags, int userId) argument
5892 queryIntentActivityOptionsInternal(ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, String resolvedType, int flags, int userId) argument
6067 queryIntentReceivers(Intent intent, String resolvedType, int flags, int userId) argument
6073 queryIntentReceiversInternal(Intent intent, String resolvedType, int flags, int userId) argument
6111 resolveService(Intent intent, String resolvedType, int flags, int userId) argument
6126 queryIntentServices(Intent intent, String resolvedType, int flags, int userId) argument
6132 queryIntentServicesInternal(Intent intent, String resolvedType, int flags, int userId) argument
6170 queryIntentContentProviders(Intent intent, String resolvedType, int flags, int userId) argument
6176 queryIntentContentProvidersInternal( Intent intent, String resolvedType, int flags, int userId) argument
10362 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
10369 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
10377 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Activity> packageActivities, int userId) argument
10883 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
10889 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
10897 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Service> packageServices, int userId) argument
11093 queryIntent(Intent intent, String resolvedType, boolean defaultOnly, int userId) argument
11099 queryIntent(Intent intent, String resolvedType, int flags, int userId) argument
11108 queryIntentForPackage(Intent intent, String resolvedType, int flags, ArrayList<PackageParser.Provider> packageProviders, int userId) argument
[all...]

Completed in 740 milliseconds

12