Home
last modified time | relevance | path

Searched defs:queryIntentServicesAsUser (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java149 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) { in queryIntentServicesAsUser() method in AppsQueryHelperTests.AppsQueryHelperTestable
/aosp12/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java194 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) { in queryIntentServicesAsUser() method in AppsQueryHelper
H A DPackageManager.java6196 public abstract List<ResolveInfo> queryIntentServicesAsUser(@NonNull Intent intent, in queryIntentServicesAsUser() method in PackageManager
6215 public List<ResolveInfo> queryIntentServicesAsUser(@NonNull Intent intent, in queryIntentServicesAsUser() method in PackageManager
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallDiagnosticServiceController.java62 List<ResolveInfo> queryIntentServicesAsUser(@NonNull Intent intent, in queryIntentServicesAsUser() method
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java452 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in BridgePackageManager
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
H A DPackageManagerStub.java456 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in PackageManagerStub
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/app/
H A DMockPackageManager.java512 public List<ResolveInfo> queryIntentServicesAsUser(@NonNull Intent intent, int flags, in queryIntentServicesAsUser() method in MockPackageManager
/aosp12/frameworks/base/test-mock/src/android/test/mock/
H A DMockPackageManager.java505 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in MockPackageManager
/aosp12/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1373 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in ApplicationPackageManager