Searched refs:getCallingActivity (Results 1 – 10 of 10) sorted by relevance
307 } else if (returnResult || mDialogInfo.callback != null || getCallingActivity() != null) { in startUninstallProgress()320 if (returnResult || getCallingActivity() != null) { in startUninstallProgress()
265 ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityClient267 return getActivityClientController().getCallingActivity(token); in getCallingActivity()
89 ComponentName getCallingActivity(in IBinder token); in getCallingActivity() method
6835 public ComponentName getCallingActivity() {6836 return ActivityClient.getInstance().getCallingActivity(mToken);
662 public ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityClientController
562 HSPLandroid/app/Activity;->getCallingActivity()Landroid/content/ComponentName;685 HSPLandroid/app/ActivityClient;->getCallingActivity(Landroid/os/IBinder;)Landroid/content/Component…1848 HSPLandroid/app/IActivityClientController$Stub$Proxy;->getCallingActivity(Landroid/os/IBinder;)Land…
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
5330 Landroid/app/IActivityManager$Stub$Proxy;->getCallingActivity(Landroid/os/IBinder;)Landroid/content…5954 Landroid/app/IActivityManager;->getCallingActivity(Landroid/os/IBinder;)Landroid/content/ComponentN…
4343 method @Nullable public android.content.ComponentName getCallingActivity();