Searched refs:onAttach (Results 1 - 7 of 7) 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.
546 * be used is in {@link #onAttach(Activity)}, the point where the fragment
927 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
1117 * {@link #onAttach(Activity)} has been called; all you should do here is
1163 public void onAttach(Activity activity) { method in class:Fragment
1176 * {@link #onAttach(Activity)} and before
H A DFragmentManager.java844 f.onAttach(mActivity);
847 + " did not call through to super.onAttach()");
/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.java355 * be used is in {@link #onAttach(Activity)}, the point where the fragment
746 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
893 * {@link #onAttach(Activity)} has been called; all you should do here is
938 public void onAttach(Activity activity) { method in class:Fragment
951 * {@link #onAttach(Activity)} and before
H A DFragmentManager.java881 f.onAttach(mActivity);
884 + " did not call through to super.onAttach()");
/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 303 milliseconds