Searched refs:ComponentCaller (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ComponentCaller.java | 40 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()
|
D | ActivityGroup.java | 114 Intent data, ComponentCaller caller, String reason) { in dispatchActivityResult()
|
D | OWNERS | 60 # ComponentCaller 61 per-file ComponentCaller.java = file:COMPONENT_CALLER_OWNERS
|
D | Activity.java | 849 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 …]
|
D | Instrumentation.java | 1627 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()
|
D | ActivityThread.java | 4279 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/ |
D | current.txt | 4425 …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/ |
D | preloaded-classes | 400 android.app.ComponentCaller
|
D | boot-image-profile.txt | 22775 Landroid/app/ComponentCaller;
|
/frameworks/base/config/ |
D | preloaded-classes | 400 android.app.ComponentCaller
|
D | boot-image-profile.txt | 32905 Landroid/app/ComponentCaller;
|