Home
last modified time | relevance | path

Searched defs:startActivityAsUser (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DAsyncActivityLauncher.kt50 fun startActivityAsUser(intent: Intent, userHandle: UserHandle, regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWorkLockActivityController.java92 private int startActivityAsUser(Intent intent, Bundle options, int userId) { in startActivityAsUser() method in WorkLockActivityController
/aosp14/frameworks/base/core/java/android/content/pm/
H A DICrossProfileApps.aidl30 void startActivityAsUser(in IApplicationThread caller, in String callingPackage, in startActivityAsUser() method
H A DILauncherApps.aidl60 void startActivityAsUser(in IApplicationThread caller, String callingPackage, in startActivityAsUser() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DWindowMagnificationPromptControllerTest.java187 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in WindowMagnificationPromptControllerTest.A11yTestableContext
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverWrapperActivity.java155 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in ResolverWrapperActivity
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DPolicyWarningUIControllerTest.java279 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in PolicyWarningUIControllerTest.A11yTestableContext
H A DAccessibilityManagerServiceTest.java609 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in AccessibilityManagerServiceTest.A11yTestableContext
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java110 public void startActivityAsUser( in startActivityAsUser() method in CrossProfileAppsServiceImpl
H A DLauncherAppsService.java1369 public void startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in LauncherAppsService.LauncherAppsImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
H A DAppClipsTrampolineActivityTest.java299 public void startActivityAsUser(Intent startedIntent, UserHandle startingUser) { in startActivityAsUser() method in AppClipsTrampolineActivityTest.AppClipsTrampolineActivityTestable
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java529 public void startActivityAsUser(Intent intent, UserHandle userHandle) { in startActivityAsUser() method in DpmMockContext
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java441 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in ContextWrapper
463 public void startActivityAsUser(Intent intent, @Nullable Bundle options, UserHandle user) { in startActivityAsUser() method in ContextWrapper
H A DContext.java2118 public void startActivityAsUser(@RequiresPermission @NonNull Intent intent, in startActivityAsUser() method in Context
2166 public void startActivityAsUser(@RequiresPermission @NonNull Intent intent, in startActivityAsUser() method in Context
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityTaskManager.aidl103 int startActivityAsUser(in IApplicationThread caller, in String callingPackage, in startActivityAsUser() method
H A DContextImpl.java1108 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in ContextImpl
1139 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in ContextImpl
H A DIActivityManager.aidl444 int startActivityAsUser(in IApplicationThread caller, in String callingPackage, in startActivityAsUser() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerInternal.java255 public abstract int startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in ActivityTaskManagerInternal
H A DActivityTaskManagerService.java1237 public int startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in ActivityTaskManagerService
1246 private int startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in ActivityTaskManagerService
5847 public int startActivityAsUser(IApplicationThread caller, String callerPackage, in startActivityAsUser() method in ActivityTaskManagerService.LocalService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java213 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in BaseShortcutManagerTest.BaseContext
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3520 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in AccountManagerServiceTest.MyMockContext
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3291 public final int startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in ActivityManagerService