/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 742 String resolvedType = null; in startIntentSender() local 764 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 768 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 779 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 785 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 796 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcastMultiplePermissions() local 800 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcastMultiplePermissions() local 811 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local 817 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local 828 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in sendBroadcast() local [all …]
|
D | PendingIntent.java | 306 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivity() local 331 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivityAsUser() local 527 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getBroadcastAsUser() local 570 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getService() local 803 String resolvedType = intent != null ? in send() local
|
D | IAppTask.aidl | 29 in Intent intent, String resolvedType, in Bundle options); in startActivity()
|
D | ActivityManagerNative.java | 153 String resolvedType = data.readString(); in onTransact() local 176 String resolvedType = data.readString(); in onTransact() local 200 String resolvedType = data.readString(); in onTransact() local 226 String resolvedType = data.readString(); in onTransact() local 250 String resolvedType = data.readString(); in onTransact() local 276 String resolvedType = data.readString(); in onTransact() local 299 String resolvedType = data.readString(); in onTransact() local 454 String resolvedType = data.readString(); in onTransact() local 925 String resolvedType = data.readString(); in onTransact() local 939 String resolvedType = data.readString(); in onTransact() local [all …]
|
D | IActivityManager.java | 68 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, in startActivity() 71 String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flags, in startActivityAsUser() 74 Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, in startActivityAsCaller() 78 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityAndWait() 82 Intent intent, String resolvedType, IBinder resultTo, String resultWho, in startActivityWithConfig() 86 IntentSender intent, Intent fillInIntent, String resolvedType, in startActivityIntentSender() 90 Intent intent, String resolvedType, IVoiceInteractionSession session, in startVoiceActivity() 109 String resolvedType, IIntentReceiver resultTo, int resultCode, in broadcastIntent() 164 String resolvedType, String callingPackage, int userId) throws RemoteException; in startService() 166 String resolvedType, int userId) throws RemoteException; in stopService() [all …]
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | Callable.java | 37 public final ModelClass resolvedType; field in Callable 41 public Callable(Type type, String name, ModelClass resolvedType, int flags) { in Callable()
|
/frameworks/base/core/java/android/content/ |
D | IIntentSender.aidl | 25 int 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 | OrFilter.java | 29 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 | 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 | 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 | CategoryFilter.java | 38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
D | SenderPackageFilter.java | 42 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/core/java/android/content/pm/ |
D | IPackageManager.aidl | 84 String resolvedType); in activitySupportsIntent() 136 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId); in resolveIntent() 138 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId); in canForwardTo() 141 String resolvedType, int flags, int userId); in queryIntentActivities() 146 String resolvedType, int flags, int userId); in queryIntentActivityOptions() 149 String resolvedType, int flags, int userId); in queryIntentReceivers() 152 String resolvedType, int flags, int userId); in resolveService() 155 String resolvedType, int flags, int userId); in queryIntentServices() 158 String resolvedType, int flags, int userId); in queryIntentContentProviders() 259 String resolvedType, int flags); in getLastChosenActivity() [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IntentForwarderActivity.java | 149 String resolvedType = intent.resolveTypeIfNeeded(getContentResolver()); in canForward() local
|
D | IVoiceInteractionManagerService.aidl | 36 int startVoiceActivity(IBinder token, in Intent intent, String resolvedType); in startVoiceActivity()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 201 public int send(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in send() 207 int sendInner(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, in sendInner()
|
D | ActiveServices.java | 306 ComponentName startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, in startServiceLocked() 481 String resolvedType, int userId) { in stopServiceLocked() 512 IBinder peekServiceLocked(Intent service, String resolvedType, String callingPackage) { in peekServiceLocked() 698 String resolvedType, IServiceConnection connection, int flags, in bindServiceLocked() 1026 String resolvedType, String callingPackage, int callingPid, int callingUid, int userId, in retrieveServiceLocked()
|
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 353 public List<R> queryIntentFromList(Intent intent, String resolvedType, in queryIntentFromList() 371 public List<R> queryIntent(Intent intent, String resolvedType, boolean defaultOnly, in queryIntent() 690 String resolvedType, String scheme, F[] src, List<R> dest, int userId) { in buildResolveList()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | FieldAccessExpr.java | 218 ModelClass resolvedType = child.getResolvedType(); in resolveType() local
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceImpl.java | 172 Intent intent, String resolvedType) { in startVoiceActivityLocked()
|