Searched refs:startActivityAsCaller (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java110 startActivityAsCaller(newIntent, null, false, targetUserId);
H A DChooserActivity.java863 activity.startActivityAsCaller(intent, options, ignoreTargetSecurity, userId);
H A DResolverActivity.java431 * applications and running in system processes. This mode uses Activity.startActivityAsCaller
1185 activity.startActivityAsCaller(mResolvedIntent, options, false, userId);
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java272 public void startActivityAsCaller(Intent intent, @Nullable Bundle options, boolean method in class:IntentForwarderActivityTest.IntentForwarderWrapperActivity
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl422 int startActivityAsCaller(in IApplicationThread caller, in String callingPackage,
H A DInstrumentation.java1858 .startActivityAsCaller(whoThread, who.getBasePackageName(), intent,
H A DActivity.java4644 public void startActivityAsCaller(Intent intent, @Nullable Bundle options, method in class:Activity
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4538 public final int startActivityAsCaller(IApplicationThread caller, String callingPackage, method in class:ActivityManagerService
4598 "startActivityAsCaller");
8815 + " grant to " + grantUri + "; use startActivityAsCaller() instead");
[all...]

Completed in 246 milliseconds