Searched refs:getCallingActivity (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DShareCompat.java116 public static ComponentName getCallingActivity(Activity calledActivity) { method in class:ShareCompat
117 ComponentName result = calledActivity.getCallingActivity();
614 mCallingActivity = ShareCompat.getCallingActivity(activity);
850 * @see Activity#getCallingActivity()
853 public ComponentName getCallingActivity() { method in class:ShareCompat.IntentReader
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl117 ComponentName getCallingActivity(in IBinder token);
H A DActivity.java5363 * name. You can use {@link #getCallingActivity()} and retrieve the package name
5393 public ComponentName getCallingActivity() { method in class:Activity
5395 return ActivityManager.getService().getCallingActivity(mToken);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7526 public ComponentName getCallingActivity(IBinder token) { method in class:ActivityManagerService
[all...]

Completed in 291 milliseconds