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

12

/frameworks/base/core/java/android/content/pm/
H A DInstantAppRequest.java32 public final String resolvedType; field in class:InstantAppRequest
45 String resolvedType, String callingPackage, int userId, Bundle verificationBundle,
49 this.resolvedType = resolvedType;
44 InstantAppRequest(AuxiliaryResolveInfo responseObj, Intent origIntent, String resolvedType, String callingPackage, int userId, Bundle verificationBundle, boolean resolveForStart) argument
H A DPackageManagerInternal.java244 * @param resolvedType The resolved type of the intent
251 Intent origIntent, String resolvedType, String callingPackage,
345 public abstract ResolveInfo resolveIntent(Intent intent, String resolvedType, argument
351 public abstract ResolveInfo resolveService(Intent intent, String resolvedType, argument
250 requestInstantAppResolutionPhaseTwo(AuxiliaryResolveInfo responseObj, Intent origIntent, String resolvedType, String callingPackage, Bundle verificationBundle, int userId) argument
/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 /*defaultOnly*/, 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.java36 public final ModelClass resolvedType; field in class:Callable
45 public Callable(Type type, String name, String setterName, ModelClass resolvedType, argument
49 this.resolvedType = resolvedType;
57 return resolvedType.toJavaCode();
85 ", resolvedType=" + resolvedType +
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStartInterceptor.java97 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, argument
105 mResolvedType = resolvedType;
208 private Intent interceptWithConfirmCredentialsIfNeeded(Intent intent, String resolvedType, argument
217 new String[]{ resolvedType },
H A DPendingIntentRecord.java232 public void send(int code, Intent intent, String resolvedType, IBinder whitelistToken, argument
234 sendInner(code, intent, resolvedType, whitelistToken, finishedReceiver,
238 public int sendWithResult(int code, Intent intent, String resolvedType, IBinder whitelistToken, argument
240 return sendInner(code, intent, resolvedType, whitelistToken, finishedReceiver,
244 int sendInner(int code, Intent intent, String resolvedType, IBinder whitelistToken, argument
266 resolvedType = key.requestResolvedType;
269 resolvedType = key.requestResolvedType;
275 resolvedType = key.requestResolvedType;
334 allResolvedTypes[allResolvedTypes.length-1] = resolvedType;
339 resolvedType, resultT
[all...]
H A DBroadcastRecord.java56 final String resolvedType; // the resolved data type field in class:BroadcastRecord
233 resolvedType = _resolvedType;
268 resolvedType = from.resolvedType;
H A DActivityStarter.java264 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo,
278 mLastStartActivityResult = startActivity(caller, intent, ephemeralIntent, resolvedType,
295 String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo,
397 intent.getComponent(), intent, resolvedType)) {
415 intent, resolvedType)) {
442 callingPid, resolvedType, aInfo.applicationInfo);
457 mInterceptor.intercept(intent, rInfo, aInfo, resolvedType, inTask, callingPid, callingUid,
462 resolvedType = mInterceptor.mResolvedType;
487 new String[]{resolvedType}, PendingIntent.FLAG_CANCEL_CURRENT
501 resolvedType
263 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, TaskRecord inTask, String reason) argument
294 startActivity(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, TaskRecord inTask) argument
579 createLaunchIntent(@onNull AuxiliaryResolveInfo auxiliaryResponse, Intent originalIntent, String callingPackage, Bundle verificationBundle, String resolvedType, int userId) argument
673 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 globalConfig, Bundle bOptions, boolean ignoreTargetSecurity, int userId, TaskRecord inTask, String reason) argument
[all...]
H A DActiveServices.java327 ComponentName startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, argument
331 + " type=" + resolvedType + " args=" + service.getExtras());
348 retrieveServiceLocked(service, resolvedType, callingPackage,
584 String resolvedType, int userId) {
586 + " type=" + resolvedType);
597 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, null,
656 IBinder peekServiceLocked(Intent service, String resolvedType, String callingPackage) { argument
657 ServiceLookupResult r = retrieveServiceLocked(service, resolvedType, callingPackage,
1229 String resolvedType, final IServiceConnection connection, int flags,
1232 + " type=" + resolvedType
583 stopServiceLocked(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
1228 bindServiceLocked(IApplicationThread caller, IBinder token, Intent service, String resolvedType, final IServiceConnection connection, int flags, String callingPackage, final int userId) argument
1656 retrieveServiceLocked(Intent service, String resolvedType, String callingPackage, int callingPid, int callingUid, int userId, boolean createIfNeeded, boolean callingFromFg, boolean isBindExternal) argument
[all...]
H A DUserController.java1674 protected int broadcastIntentLocked(Intent intent, String resolvedType, argument
1678 return mService.broadcastIntentLocked(null, null, intent, resolvedType, resultTo,
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java112 instantAppResolveInfoList, intent, requestObj.resolvedType,
167 instantAppResolveInfoList, intent, null /*resolvedType*/,
193 requestObj.resolvedType,
239 @NonNull String resolvedType,
281 new String[] { resolvedType },
300 new String[] { resolvedType },
322 Intent origIntent, String resolvedType, int userId, String packageName,
369 origIntent, resolvedType, false /*defaultOnly*/, userId);
233 buildEphemeralInstallerIntent( @onNull String action, @NonNull Intent origIntent, @NonNull Intent failureIntent, @NonNull String callingPackage, @Nullable Bundle verificationBundle, @NonNull String resolvedType, int userId, @NonNull String instantAppPackageName, @Nullable String instantAppSplitName, @Nullable ComponentName installFailureActivity, int versionCode, @Nullable String token, boolean needsPhaseTwo) argument
320 filterInstantAppIntent( List<InstantAppResolveInfo> instantAppResolveInfoList, Intent origIntent, String resolvedType, int userId, String packageName, InstantAppDigest digest, String token) argument
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java191 Intent intent, String resolvedType) {
205 intent, resolvedType, mActiveSession.mSession, mActiveSession.mInteractor,
213 Intent intent, String resolvedType) {
228 intent, resolvedType, options.toBundle(), mUser);
190 startVoiceActivityLocked(int callingPid, int callingUid, IBinder token, Intent intent, String resolvedType) argument
212 startAssistantActivityLocked(int callingPid, int callingUid, IBinder token, Intent intent, String resolvedType) argument
H A DVoiceInteractionManagerService.java634 public int startVoiceActivity(IBinder token, Intent intent, String resolvedType) { argument
645 intent, resolvedType);
653 public int startAssistantActivity(IBinder token, Intent intent, String resolvedType) { argument
664 intent, resolvedType);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DBinding.java279 public ViewStubDirectCall(String name, ModelClass viewType, ModelClass resolvedType, argument
282 viewType, resolvedType, imports);
285 name, viewType, resolvedType);
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java384 protected int broadcastIntentLocked(Intent intent, String resolvedType, argument
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java353 public List<R> queryIntentFromList(Intent intent, String resolvedType, boolean defaultOnly, argument
364 buildResolveList(intent, categories, debug, defaultOnly, resolvedType, scheme,
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...]

Completed in 7403 milliseconds

12