Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallerActivity.java307 } else if (returnResult || mDialogInfo.callback != null || getCallingActivity() != null) { in startUninstallProgress()
320 if (returnResult || getCallingActivity() != null) { in startUninstallProgress()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityClient.java265 ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityClient
267 return getActivityClientController().getCallingActivity(token); in getCallingActivity()
H A DIActivityClientController.aidl89 ComponentName getCallingActivity(in IBinder token); in getCallingActivity() method
H A DActivity.java6835 public ComponentName getCallingActivity() {
6836 return ActivityClient.getInstance().getCallingActivity(mToken);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java662 public ComponentName getCallingActivity(IBinder token) { in getCallingActivity() method in ActivityClientController
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt562 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…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt562 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…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A 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…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4343 method @Nullable public android.content.ComponentName getCallingActivity();