/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
H A D | CustomActivity.java | 25 public void startActivityAsUser(Intent intent, UserHandle user) {} in startActivityAsUser() method in CustomActivity
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
H A D | ShadowActivity.java | 31 protected void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in ShadowActivity
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/ |
H A D | CustomActivity.java | 25 public void startActivityAsUser(Intent intent, UserHandle user) {} in startActivityAsUser() method in CustomActivity
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | WorkLockActivityController.java | 91 private int startActivityAsUser(Intent intent, Bundle options, int userId) { in startActivityAsUser() method in WorkLockActivityController
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
H A D | TestActivity.java | 75 public TestEventListener<Pair<Intent, UserHandle>> startActivityAsUser; field in TestActivity 132 public final void startActivityAsUser(Intent intent, UserHandle userHandle) { in startActivityAsUser() method in TestActivity
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ICrossProfileApps.aidl | 30 void startActivityAsUser(in IApplicationThread caller, in String callingPackage, in startActivityAsUser() method
|
H A D | ILauncherApps.aidl | 56 void startActivityAsUser(in IApplicationThread caller, String callingPackage, in startActivityAsUser() method
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | WindowMagnificationPromptControllerTest.java | 187 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in WindowMagnificationPromptControllerTest.A11yTestableContext
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ResolverWrapperActivity.java | 119 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in ResolverWrapperActivity
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | PolicyWarningUIControllerTest.java | 215 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in PolicyWarningUIControllerTest.A11yTestableContext
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | CrossProfileAppsServiceImpl.java | 108 public void startActivityAsUser( in startActivityAsUser() method in CrossProfileAppsServiceImpl
|
H A D | LauncherAppsService.java | 1127 public void startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in LauncherAppsService.LauncherAppsImpl
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
H A D | UserId.java | 192 public void startActivityAsUser(Context context, Intent intent) { in startActivityAsUser() method in UserId
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | ComponentContextFixture.java | 410 public void startActivityAsUser(Intent intent, UserHandle userHandle) { in startActivityAsUser() method
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/ |
H A D | InspectorControllerTest.java | 299 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in InspectorControllerTest.TestActivity
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DpmMockContext.java | 498 public void startActivityAsUser(Intent intent, UserHandle userHandle) { in startActivityAsUser() method in DpmMockContext
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContextWrapper.java | 416 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in ContextWrapper 438 public void startActivityAsUser(Intent intent, @Nullable Bundle options, UserHandle user) { in startActivityAsUser() method in ContextWrapper
|
H A D | Context.java | 1923 public void startActivityAsUser(@RequiresPermission @NonNull Intent intent, in startActivityAsUser() method in Context 1971 public void startActivityAsUser(@RequiresPermission Intent intent, @Nullable Bundle options, in startActivityAsUser() method in Context
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 3123 private void startActivityAsUser(Intent intent, UserHandle handle) { in startActivityAsUser() method 3127 private void startActivityAsUser(Intent intent, Bundle bundle, UserHandle handle) { in startActivityAsUser() method 3131 private void startActivityAsUser(Intent intent, Bundle bundle, UserHandle handle, in startActivityAsUser() method
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IActivityTaskManager.aidl | 99 int startActivityAsUser(in IApplicationThread caller, in String callingPackage, in startActivityAsUser() method
|
H A D | ContextImpl.java | 1069 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in ContextImpl 1100 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in ContextImpl
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerInternal.java | 239 public abstract int startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in ActivityTaskManagerInternal
|
H A D | ActivityTaskManagerService.java | 1211 public int startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in ActivityTaskManagerService 1220 private int startActivityAsUser(IApplicationThread caller, String callingPackage, in startActivityAsUser() method in ActivityTaskManagerService 5377 public int startActivityAsUser(IApplicationThread caller, String callerPackage, in startActivityAsUser() method in ActivityTaskManagerService.LocalService
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | AccountManagerServiceTest.java | 3384 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in AccountManagerServiceTest.MyMockContext
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | BaseShortcutManagerTest.java | 226 public void startActivityAsUser(Intent intent, UserHandle user) { in startActivityAsUser() method in BaseShortcutManagerTest.BaseContext
|