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

/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java106 startActivityAsCaller(newIntent, null, false, targetUserId);
H A DChooserActivity.java659 activity.startActivityAsCaller(intent, options, true, userId);
H A DResolverActivity.java436 * applications and running in system processes. This mode uses Activity.startActivityAsCaller
1033 activity.startActivityAsCaller(mResolvedIntent, options, false, userId);
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1726 .startActivityAsCaller(whoThread, who.getBasePackageName(), intent,
H A DIActivityManager.java73 public int startActivityAsCaller(IApplicationThread caller, String callingPackage, method in interface:IActivityManager
H A DActivity.java4054 public void startActivityAsCaller(Intent intent, @Nullable Bundle options, method in class:Activity
H A DActivityManagerNative.java211 int result = startActivityAsCaller(app, callingPackage, intent, resolvedType,
2700 public int startActivityAsCaller(IApplicationThread caller, String callingPackage, method in class:ActivityManagerProxy
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3871 public final int startActivityAsCaller(IApplicationThread caller, String callingPackage, method in class:ActivityManagerService

Completed in 1401 milliseconds