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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DShareCompat.java117 public static ComponentName getCallingActivity(Activity calledActivity) { method in class:ShareCompat
118 ComponentName result = calledActivity.getCallingActivity();
615 mCallingActivity = ShareCompat.getCallingActivity(activity);
851 * @see Activity#getCallingActivity()
854 public ComponentName getCallingActivity() { method in class:ShareCompat.IntentReader
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl127 ComponentName getCallingActivity(in IBinder token);
H A DActivity.java5470 * name. You can use {@link #getCallingActivity()} and retrieve the package name
5500 public ComponentName getCallingActivity() { method in class:Activity
5502 return ActivityManager.getService().getCallingActivity(mToken);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java8243 public ComponentName getCallingActivity(IBinder token) { method in class:ActivityManagerService
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 134 milliseconds