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

/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java108 startActivityAsCaller(newIntent, null, false, targetUserId);
H A DChooserActivity.java735 activity.startActivityAsCaller(intent, options, ignoreTargetSecurity, userId);
H A DResolverActivity.java474 * applications and running in system processes. This mode uses Activity.startActivityAsCaller
1106 activity.startActivityAsCaller(mResolvedIntent, options, false, userId);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1737 .startActivityAsCaller(whoThread, who.getBasePackageName(), intent,
H A DIActivityManager.java76 public int startActivityAsCaller(IApplicationThread caller, String callingPackage, method in interface:IActivityManager
H A DActivity.java4362 public void startActivityAsCaller(Intent intent, @Nullable Bundle options, method in class:Activity
H A DActivityManagerNative.java214 int result = startActivityAsCaller(app, callingPackage, intent, resolvedType,
3143 public int startActivityAsCaller(IApplicationThread caller, String callingPackage, method in class:ActivityManagerProxy
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4369 public final int startActivityAsCaller(IApplicationThread caller, String callingPackage, method in class:ActivityManagerService

Completed in 292 milliseconds