Home
last modified time | relevance | path

Searched refs:getCallingActivity (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallerActivity.java101 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()
/frameworks/base/core/java/android/app/
DActivityClient.java270 ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityClient
272 return getActivityClientController().getCallingActivity(token); in getCallingActivity()
DIActivityClientController.aidl90 ComponentName getCallingActivity(in IBinder token); in getCallingActivity() method
DActivity.java7097 public ComponentName getCallingActivity() {
7098 return ActivityClient.getInstance().getCallingActivity(mToken);
/frameworks/base/services/core/java/com/android/server/wm/
DActivityClientController.java688 public ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityClientController
/frameworks/base/boot/
Dboot-image-profile.txt570 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…
/frameworks/base/config/
Dboot-image-profile.txt570 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…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt5330 Landroid/app/IActivityManager$Stub$Proxy;->getCallingActivity(Landroid/os/IBinder;)Landroid/content…
5954 Landroid/app/IActivityManager;->getCallingActivity(Landroid/os/IBinder;)Landroid/content/ComponentN…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3297 method public android.content.ComponentName getCallingActivity();
/frameworks/base/core/api/
Dcurrent.txt4426 method @Nullable public android.content.ComponentName getCallingActivity();