Searched defs:onAttach (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialogFragment.java355 public void onAttach(Activity activity) { method in class:DialogFragment
356 super.onAttach(activity);
H A DFragment.java204 * <li> {@link #onAttach} called once the fragment is associated with its activity.
538 * be used is in {@link #onAttach(Activity)}, the point where the fragment
878 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
1064 * {@link #onAttach(Activity)} has been called; all you should do here is
1110 public void onAttach(Activity activity) { method in class:Fragment
1123 * {@link #onAttach(Activity)} and before
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java252 public void onAttach(Activity activity) { method in class:DialogFragment
253 super.onAttach(activity);
H A DFragment.java349 * be used is in {@link #onAttach(Activity)}, the point where the fragment
689 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
832 * {@link #onAttach(Activity)} has been called; all you should do here is
877 public void onAttach(Activity activity) { method in class:Fragment
890 * {@link #onAttach(Activity)} and before
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java97 public void onAttach(Activity activity) { method in class:MediaRouteChooserDialogFragment
98 super.onAttach(activity);

Completed in 198 milliseconds