Home
last modified time | relevance | path

Searched defs:resolveActivityAsUser (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java604 public CompletableFuture<ResolveInfo> resolveActivityAsUser( in resolveActivityAsUser() method in IntentForwarderActivity.InjectorImpl
623 CompletableFuture<ResolveInfo> resolveActivityAsUser(Intent intent, int flags, int userId); in resolveActivityAsUser() method
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java711 public CompletableFuture<ResolveInfo> resolveActivityAsUser( in resolveActivityAsUser() method in IntentForwarderActivityTest.TestInjector
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/testutils/
H A DPackageManagerStub.java408 public ResolveInfo resolveActivityAsUser(Intent intent, int flags, int userId) { in resolveActivityAsUser() method in PackageManagerStub
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/app/
H A DMockPackageManager.java455 public ResolveInfo resolveActivityAsUser(@NonNull Intent intent, int flags, int userId) { in resolveActivityAsUser() method in MockPackageManager
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockPackageManager.java455 public ResolveInfo resolveActivityAsUser(Intent intent, int flags, int userId) { in resolveActivityAsUser() method in MockPackageManager
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1421 public ResolveInfo resolveActivityAsUser(Intent intent, int flags, int userId) { in resolveActivityAsUser() method in ApplicationPackageManager
1426 public ResolveInfo resolveActivityAsUser(Intent intent, ResolveInfoFlags flags, int userId) { in resolveActivityAsUser() method in ApplicationPackageManager
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java7225 public abstract ResolveInfo resolveActivityAsUser(@NonNull Intent intent, in resolveActivityAsUser() method in PackageManager
7233 public ResolveInfo resolveActivityAsUser(@NonNull Intent intent, in resolveActivityAsUser() method in PackageManager