/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 856 String resolvedType = null; in startIntentSender() local 878 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 882 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 893 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 899 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 910 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 914 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcastMultiplePermissions() local 925 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 931 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 942 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local [all …]
|
D | IAppTask.aidl | 29 in Intent intent, String resolvedType, in Bundle options); in startActivity()
|
D | PendingIntent.java | 336 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivity() local 361 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivityAsUser() local 557 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getBroadcastAsUser() local 600 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getService() local 833 String resolvedType = intent != null ? in send() local
|
D | ActivityManagerNative.java | 156 String resolvedType = data.readString(); in onTransact() local 179 String resolvedType = data.readString(); in onTransact() local 203 String resolvedType = data.readString(); in onTransact() local 229 String resolvedType = data.readString(); in onTransact() local 253 String resolvedType = data.readString(); in onTransact() local 279 String resolvedType = data.readString(); in onTransact() local 302 String resolvedType = data.readString(); in onTransact() local 486 String resolvedType = data.readString(); in onTransact() local 1074 String resolvedType = data.readString(); in onTransact() local 1088 String resolvedType = data.readString(); in onTransact() local [all …]
|
D | IActivityManager.java | 71 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, in startActivity() 74 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, in startActivityAsUser() 77 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivityAsCaller() 81 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityAndWait() 85 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityWithConfig() 89 IntentSender intent, Intent fillInIntent, String resolvedType, in startActivityIntentSender() 93 Intent intent, String resolvedType, IVoiceInteractionSession session, in startVoiceActivity() 113 String resolvedType, IIntentReceiver resultTo, int resultCode, in broadcastIntent() 232 String resolvedType, String callingPackage, int userId) throws RemoteException; in startService() 234 String resolvedType, int userId) throws RemoteException; in stopService() [all …]
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | Callable.java | 35 public final ModelClass resolvedType; field in Callable 41 public Callable(Type type, String name, String setterName, ModelClass resolvedType, in Callable()
|
/frameworks/base/core/java/android/content/ |
D | IIntentSender.aidl | 25 void send(int code, in Intent intent, String resolvedType, in send()
|
/frameworks/base/services/core/java/com/android/server/firewall/ |
D | Filter.java | 35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches()
|
D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | NotFilter.java | 36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | SenderPermissionFilter.java | 37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | IntentFirewall.java | 128 String resolvedType, ApplicationInfo resolvedApp) { in checkStartActivity() 134 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService() 140 String resolvedType, int receivingUid) { in checkBroadcast() 146 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent() 185 String resolvedType) { in logIntent()
|
D | CategoryFilter.java | 38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | SenderPackageFilter.java | 43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | PortFilter.java | 45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | StringFilter.java | 122 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() 138 String resolvedType); in getValue()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStartInterceptor.java | 97 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, in intercept() 209 private Intent interceptWithConfirmCredentialsIfNeeded(Intent intent, String resolvedType, in interceptWithConfirmCredentialsIfNeeded()
|
D | PendingIntentRecord.java | 197 public void send(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in send() 203 public int sendWithResult(int code, Intent intent, String resolvedType, in sendWithResult() 209 int sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in sendInner()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 85 String resolvedType); in activitySupportsIntent() 139 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() 141 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() 144 String resolvedType, int flags, int userId); in queryIntentActivities() 149 String resolvedType, int flags, int userId); in queryIntentActivityOptions() 152 String resolvedType, int flags, int userId); in queryIntentReceivers() 155 String resolvedType, int flags, int userId); in resolveService() 158 String resolvedType, int flags, int userId); in queryIntentServices() 161 String resolvedType, int flags, int userId); in queryIntentContentProviders() 248 String resolvedType, int flags); in getLastChosenActivity() [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IntentForwarderActivity.java | 156 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in canForward() local
|
D | IVoiceInteractionManagerService.aidl | 37 int startVoiceActivity(IBinder token, in Intent intent, String resolvedType); in startVoiceActivity()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
D | InverseBinding.java | 102 final ModelClass resolvedType = mExpr == null ? null : mExpr.getResolvedType(); in resolveGetterCall() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 353 public List<R> queryIntentFromList(Intent intent, String resolvedType, in queryIntentFromList() 372 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, in queryIntent() 698 String resolvedType, String scheme, F[] src, List<R> dest, int userId) { in buildResolveList()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceImpl.java | 185 Intent intent, String resolvedType) { in startVoiceActivityLocked()
|