Home
last modified time | relevance | path

Searched defs:startActivityAsCaller (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java676 public void startActivityAsCaller(Intent intent, @Nullable Bundle options, in startActivityAsCaller() method in IntentForwarderActivityTest.IntentForwarderWrapperActivity
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java398 private void startActivityAsCaller(Intent newIntent, int userId) { in startActivityAsCaller() method in IntentForwarderActivity
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityTaskManager.aidl135 int startActivityAsCaller(in IApplicationThread caller, in String callingPackage, in startActivityAsCaller() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java1574 public final int startActivityAsCaller(IApplicationThread caller, String callingPackage, in startActivityAsCaller() method in ActivityTaskManagerService