Searched refs:getCallingActivity (Results 1 – 11 of 11) sorted by relevance
101 piaV2.putExtra(UninstallLaunch.EXTRA_CALLING_ACTIVITY_NAME, getCallingActivity()); in onCreate()349 } else if (returnResult || mDialogInfo.callback != null || getCallingActivity() != null) { in startUninstallProgress()362 if (returnResult || getCallingActivity() != null) { in startUninstallProgress()
270 ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityClient272 return getActivityClientController().getCallingActivity(token); in getCallingActivity()
90 ComponentName getCallingActivity(in IBinder token); in getCallingActivity() method
7097 public ComponentName getCallingActivity() {7098 return ActivityClient.getInstance().getCallingActivity(mToken);
688 public ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityClientController
570 HSPLandroid/app/Activity;->getCallingActivity()Landroid/content/ComponentName;693 HSPLandroid/app/ActivityClient;->getCallingActivity(Landroid/os/IBinder;)Landroid/content/Component…1829 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…
3297 method public android.content.ComponentName getCallingActivity();
4426 method @Nullable public android.content.ComponentName getCallingActivity();