Searched refs:getCallingActivity (Results 1 – 9 of 9) sorted by relevance
306 } else if (returnResult || mDialogInfo.callback != null || getCallingActivity() != null) { in startUninstallProgress()320 if (returnResult || getCallingActivity() != null) { in startUninstallProgress()
143 ComponentName getCallingActivity(in IBinder token); in getCallingActivity() method
6135 public ComponentName getCallingActivity() { in getCallingActivity() method in Activity6137 return ActivityTaskManager.getService().getCallingActivity(mToken); in getCallingActivity()
2298 public ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityTaskManagerService
15304 PLcom/android/server/wm/ActivityTaskManagerService;->getCallingActivity(Landroid/os/IBinder;)Landro…
3297 method public android.content.ComponentName getCallingActivity();
5333 Landroid/app/IActivityManager$Stub$Proxy;->getCallingActivity(Landroid/os/IBinder;)Landroid/content…5957 Landroid/app/IActivityManager;->getCallingActivity(Landroid/os/IBinder;)Landroid/content/ComponentN…
3687 method @Nullable public android.content.ComponentName getCallingActivity();