/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | PackageManagerWrapper.java | 25 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/ |
D | PackageManagerInternal.java | 369 @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/ |
D | PackageManagerInternalBase.java | 322 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()
|
D | ResolveIntentHelper.java | 109 @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()
|
D | IPackageManagerBase.java | 1034 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()
|
D | ComputerEngine.java | 504 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 …]
|
D | DefaultCrossProfileResolver.java | 273 @Nullable String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in createForwardingResolveInfo()
|
D | Computer.java | 113 @PackageManager.ResolveInfoFlagsBits long flags, in queryIntentActivitiesInternal() 488 @PackageManager.ResolveInfoFlagsBits long flags, @UserIdInt int userId, int callingUid); in resolveContentProvider()
|
D | PreferredActivityHelper.java | 81 String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked() 92 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags, in findPreferredActivityNotLocked()
|
D | PackageManagerServiceUtils.java | 1175 @PackageManager.ResolveInfoFlagsBits long resolveInfoFlags, @UserIdInt int userId) { in hasAnyDomainApproval()
|
D | PackageManagerService.java | 2983 Intent intent, String resolvedType, @PackageManager.ResolveInfoFlagsBits long flags,
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
D | DomainVerificationUtils.java | 55 @PackageManager.ResolveInfoFlagsBits long resolveInfoFlags) { in isDomainVerificationIntent()
|
D | DomainVerificationManagerInternal.java | 404 @PackageManager.ResolveInfoFlagsBits long resolveInfoFlags, @UserIdInt int userId); in approvalLevelForDomain()
|
D | DomainVerificationService.java | 1870 @NonNull Intent intent, @PackageManager.ResolveInfoFlagsBits long resolveInfoFlags, in approvalLevelForDomain()
|
/frameworks/base/core/java/android/app/ |
D | PendingIntent.java | 44 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/ |
D | ApplicationsStateRoboTest.java | 189 @PackageManager.ResolveInfoFlagsBits int flags, @UserIdInt int userId) { in queryIntentActivitiesAsUser()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageManager.java | 922 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/ |
D | DefaultPermissionGrantPolicy.java | 109 @PackageManager.ResolveInfoFlagsBits
|