Searched refs:resolvedType (Results 1 - 25 of 46) sorted by relevance

12

/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/core/java/android/content/
H A DIIntentSender.aidl25 void send(int code, in Intent intent, String resolvedType,
H A DIntentSender.java187 String resolvedType = intent != null ?
191 code, intent, resolvedType,
/frameworks/base/services/core/java/com/android/server/firewall/
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 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 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 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 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) {
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 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 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...]
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 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
/frameworks/base/core/java/android/app/
H A DIAppTask.aidl29 in Intent intent, String resolvedType, in Bundle options);
H A DPendingIntent.java336 String resolvedType = intent != null ? intent.resolveTypeIfNeeded(
345 resolvedType != null ? new String[] { resolvedType } : null,
361 String resolvedType = intent != null ? intent.resolveTypeIfNeeded(
370 resolvedType != null ? new String[] { resolvedType } : null,
557 String resolvedType = intent != null ? intent.resolveTypeIfNeeded(
565 resolvedType != null ? new String[] { resolvedType } : null,
600 String resolvedType
[all...]
H A DContextImpl.java856 String resolvedType = null;
860 resolvedType = fillInIntent.resolveTypeIfNeeded(getContentResolver());
864 fillInIntent, resolvedType, null, null,
878 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver());
882 mMainThread.getApplicationThread(), intent, resolvedType, null,
893 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver());
899 mMainThread.getApplicationThread(), intent, resolvedType, null,
910 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver());
914 mMainThread.getApplicationThread(), intent, resolvedType, null,
925 String resolvedType
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java197 public void send(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, argument
199 sendInner(code, intent, resolvedType, finishedReceiver,
203 public int sendWithResult(int code, Intent intent, String resolvedType, argument
205 return sendInner(code, intent, resolvedType, finishedReceiver,
209 int sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, argument
246 resolvedType = key.requestResolvedType;
249 resolvedType = key.requestResolvedType;
255 resolvedType = key.requestResolvedType;
286 allResolvedTypes[allResolvedTypes.length-1] = resolvedType;
291 resolvedType, resultT
[all...]
H A DActivityStartInterceptor.java97 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, argument
105 mResolvedType = resolvedType;
209 private Intent interceptWithConfirmCredentialsIfNeeded(Intent intent, String resolvedType, argument
222 new String[]{ resolvedType },
H A DActivityStarter.java231 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo,
335 intent.getComponent(), intent, resolvedType)) {
353 intent, resolvedType)) {
380 callingPid, resolvedType, aInfo.applicationInfo);
395 mInterceptor.intercept(intent, rInfo, aInfo, resolvedType, inTask, callingPid, callingUid,
400 resolvedType = mInterceptor.mResolvedType;
426 new String[]{resolvedType}, PendingIntent.FLAG_CANCEL_CURRENT
440 resolvedType = null;
444 rInfo = mSupervisor.resolveIntent(intent, resolvedType, userId);
465 rInfo.ephemeralResolveInfo.getPackageName(), callingPackage, resolvedType,
230 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
528 buildEphemeralInstallerIntent(Intent launchIntent, Intent origIntent, String ephemeralPackage, String callingPackage, String resolvedType, int userId) argument
716 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...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/
H A DBrNameUtil.java66 !callable.resolvedType.isVoid();
73 callable.resolvedType.isVoid();
80 callable.resolvedType.isBoolean();
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl85 String resolvedType);
139 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId);
141 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId);
144 String resolvedType, int flags, int userId);
149 String resolvedType, int flags, int userId);
152 String resolvedType, int flags, int userId);
155 String resolvedType, int flags, int userId);
158 String resolvedType, int flags, int userId);
161 String resolvedType, int flags, int userId);
248 String resolvedType, in
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DFieldAccessExpr.java250 ModelClass resolvedType = child.getResolvedType();
251 L.d("resolving %s. Resolved class type: %s", this, resolvedType);
253 mGetter = resolvedType.findGetterOrField(mName, isStatic);
256 mIsListener = resolvedType.findMethods(mName, isStatic) != null;
258 L.e("Could not find accessor %s.%s", resolvedType.getCanonicalName(), mName);
267 StaticIdentifierExpr staticId = getModel().staticIdentifierFor(resolvedType);
273 if (mGetter.resolvedType.isObservableField()) {
283 mGetter = mGetter.resolvedType.findGetterOrField("", false);
290 return mGetter.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);
372 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, argument
382 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme
392 if (resolvedType != null) {
393 int slashpos = resolvedType.indexOf('/');
395 final String baseType = resolvedType.substring(0, slashpos);
397 if (resolvedType.length() != slashpos+2
398 || resolvedType.charAt(slashpos+1) != '*') {
401 firstTypeCut = mTypeToFilter.get(resolvedType);
696 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/com/android/internal/app/
H A DIVoiceInteractionManagerService.aidl37 int startVoiceActivity(IBinder token, in Intent intent, String resolvedType);

Completed in 282 milliseconds

12