Home
last modified time | relevance | path

Searched defs:callAttach (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowActivity.java123 public void callAttach(Intent intent) { in callAttach() method in ShadowActivity
127 public void callAttach(Intent intent, @Nullable Bundle activityOptions) { in callAttach() method in ShadowActivity
132 public void callAttach( in callAttach() method in ShadowActivity
144 public void callAttach( in callAttach() method in ShadowActivity
H A DShadowApplication.java82 public void callAttach(Context context) { in callAttach() method in ShadowApplication
H A D_Activity_.java154 default void callAttach( in callAttach() method