Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DComponentCaller.java40 public final class ComponentCaller { class
47 public ComponentCaller(@Nullable IBinder activityToken, @Nullable IBinder callerToken) { in ComponentCaller() method in ComponentCaller
164 if (obj == null || !(obj instanceof ComponentCaller other)) { in equals()
DActivityGroup.java114 Intent data, ComponentCaller caller, String reason) { in dispatchActivityResult()
DOWNERS60 # ComponentCaller
61 per-file ComponentCaller.java = file:COMPONENT_CALLER_OWNERS
DActivity.java849 private ComponentCaller mInitialCaller;
859 private ComponentCaller mCaller;
871 private ComponentCaller mCurrentCaller;
1197 public @Nullable ComponentCaller getCaller() { in getCaller()
1218 public void setIntent(@Nullable Intent newIntent, @Nullable ComponentCaller newCaller) { in setIntent()
1222 private void internalSetIntent(Intent newIntent, ComponentCaller newCaller) { in internalSetIntent()
2417 public void onNewIntent(@NonNull Intent intent, @NonNull ComponentCaller caller) { in onNewIntent()
7177 public @NonNull ComponentCaller getInitialCaller() {
7205 public @NonNull ComponentCaller getCurrentCaller() {
7493 @NonNull ComponentCaller caller) {
[all …]
DInstrumentation.java1627 activity.performNewIntent(intent, new ComponentCaller(activity.getActivityToken(), in callActivityOnNewIntent()
1645 @NonNull ComponentCaller caller) { in callActivityOnNewIntent()
1654 @NonNull ComponentCaller caller) { in callActivityOnNewIntent()
1660 @NonNull ComponentCaller caller) { in internalCallActivityOnNewIntent()
1679 internalCallActivityOnNewIntent(activity, intent, new ComponentCaller( in callActivityOnNewIntent()
DActivityThread.java4279 ComponentCaller caller = new ComponentCaller(r.token, intent.mCallerToken); in deliverNewIntents()
5866 ComponentCaller caller = new ComponentCaller(r.token, ri.mCallerToken); in deliverResults()
/frameworks/base/core/api/
Dcurrent.txt4425 …id.security.content_uri_permission_apis") @Nullable public android.app.ComponentCaller getCaller();
4432 …d.security.content_uri_permission_apis") @NonNull public android.app.ComponentCaller getCurrentCal…
4435 …d.security.content_uri_permission_apis") @NonNull public android.app.ComponentCaller getInitialCal…
4484 …onActivityResult(int, int, @Nullable android.content.Intent, @NonNull android.app.ComponentCaller);
4526 …s") public void onNewIntent(@NonNull android.content.Intent, @NonNull android.app.ComponentCaller);
4614 …s") public void setIntent(@Nullable android.content.Intent, @Nullable android.app.ComponentCaller);
5480 @FlaggedApi("android.security.content_uri_permission_apis") public final class ComponentCaller {
6097 …nNull android.app.Activity, @NonNull android.content.Intent, @NonNull android.app.ComponentCaller);
/frameworks/base/boot/
Dpreloaded-classes400 android.app.ComponentCaller
Dboot-image-profile.txt22775 Landroid/app/ComponentCaller;
/frameworks/base/config/
Dpreloaded-classes400 android.app.ComponentCaller
Dboot-image-profile.txt32905 Landroid/app/ComponentCaller;