Home
last modified time | relevance | path

Searched refs:ResolveInfoFlagsBits (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DPackageManagerWrapper.java25 import android.content.pm.PackageManager.ResolveInfoFlagsBits;
76 public ResolveInfo resolveActivity(Intent intent, @ResolveInfoFlagsBits int flags) { in resolveActivity()
/frameworks/base/services/core/java/android/content/pm/
DPackageManagerInternal.java369 @PackageManager.ResolveInfoFlagsBits long flags, int filterCallingUid, int userId); in queryIntentActivities()
380 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentReceivers()
388 Intent intent, @PackageManager.ResolveInfoFlagsBits long flags, int callingUid, in queryIntentServices()
617 @PackageManager.ResolveInfoFlagsBits long flags, in resolveIntent()
625 @PackageManager.ResolveInfoFlagsBits long flags, int userId, int callingUid); in resolveService()
633 @PackageManager.ResolveInfoFlagsBits long flags, int userId, in resolveService()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerInternalBase.java322 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentActivities()
331 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentReceivers()
340 Intent intent, @PackageManager.ResolveInfoFlagsBits long flags, int callingUid, in queryIntentServices()
473 @PackageManager.ResolveInfoFlagsBits long flags, in resolveIntent()
484 @PackageManager.ResolveInfoFlagsBits long flags, int userId, int callingUid) { in resolveService()
494 @PackageManager.ResolveInfoFlagsBits long flags, int userId, in resolveService()
503 @PackageManager.ResolveInfoFlagsBits long flags, int userId, int callingUid) { in resolveContentProvider()
DResolveIntentHelper.java109 @PackageManager.ResolveInfoFlagsBits long flags, in resolveIntentInternal()
154 @PackageManager.ResolveInfoFlagsBits long flags, in chooseBestActivity()
328 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in queryIntentReceiversInternal()
340 @PackageManager.ResolveInfoFlagsBits long flags, int userId, in queryIntentReceiversInternal()
441 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in resolveServiceInternal()
461 @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentContentProvidersInternal()
597 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivityOptionsInternal()
DIPackageManagerBase.java1034 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivities()
1067 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivityOptions()
1077 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentContentProviders()
1086 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentReceivers()
1095 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentServices()
1127 @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in resolveContentProvider()
1140 @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in resolveIntent()
1149 @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in resolveService()
DComputerEngine.java504 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentActivitiesInternal()
632 @PackageManager.ResolveInfoFlagsBits long flags, int filterCallingUid, int userId) { in queryIntentActivitiesInternal()
640 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in queryIntentActivitiesInternal()
648 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentServicesInternal()
730 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, int userId, in queryIntentServicesInternalBody()
758 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentActivitiesInternalBody()
871 @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in getActivityInfo()
886 @PackageManager.ResolveInfoFlagsBits long flags, int userId) { in getActivityInfoCrossProfile()
900 @PackageManager.ResolveInfoFlagsBits long flags, int filterCallingUid, int userId) { in getActivityInfoInternal()
914 @PackageManager.ResolveInfoFlagsBits long flags, int filterCallingUid, int userId) { in getActivityInfoInternalBody()
[all …]
DDefaultCrossProfileResolver.java273 @Nullable String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in createForwardingResolveInfo()
DComputer.java113 @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentActivitiesInternal()
488 @PackageManager.ResolveInfoFlagsBits long flags, @UserIdInt int userId, int callingUid); in resolveContentProvider()
DPreferredActivityHelper.java81 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked()
92 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked()
DPackageManagerServiceUtils.java1175 @PackageManager.ResolveInfoFlagsBits long resolveInfoFlags, @UserIdInt int userId) { in hasAnyDomainApproval()
DPackageManagerService.java2983 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags,
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationUtils.java55 @PackageManager.ResolveInfoFlagsBits long resolveInfoFlags) { in isDomainVerificationIntent()
DDomainVerificationManagerInternal.java404 @PackageManager.ResolveInfoFlagsBits long resolveInfoFlags, @UserIdInt int userId); in approvalLevelForDomain()
DDomainVerificationService.java1870 @NonNull Intent intent, @PackageManager.ResolveInfoFlagsBits long resolveInfoFlags, in approvalLevelForDomain()
/frameworks/base/core/java/android/app/
DPendingIntent.java44 import android.content.pm.PackageManager.ResolveInfoFlagsBits;
1400 public @NonNull List<ResolveInfo> queryIntentComponents(@ResolveInfoFlagsBits int flags) { in queryIntentComponents()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DApplicationsStateRoboTest.java189 @PackageManager.ResolveInfoFlagsBits int flags, @UserIdInt int userId) { in queryIntentActivitiesAsUser()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java922 public @interface ResolveInfoFlagsBits {} annotation in PackageManager
5656 private ResolveInfoFlags(@ResolveInfoFlagsBits long value) { in ResolveInfoFlags()
5660 public static ResolveInfoFlags of(@ResolveInfoFlagsBits long value) { in of()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DDefaultPermissionGrantPolicy.java109 @PackageManager.ResolveInfoFlagsBits