Searched refs:onAttach (Results 1 – 12 of 12) sorted by relevance
62 public void onAttach(Activity activity) { in onAttach() method in SetupWizardNavBar63 super.onAttach(activity); in onAttach()
264 public void onAttach(Activity activity) { in onAttach() method in DialogFragment265 super.onAttach(activity); in onAttach()
989 public void onAttach(Activity activity) { in onAttach() method in Fragment
903 f.onAttach(mActivity); in moveToState()
46 the interface implementation during its onAttach() lifecycle method and can then call 61 public void onAttach(Activity activity) {62 super.onAttach(activity);
355 public void onAttach(Activity activity) { in onAttach() method in DialogFragment356 super.onAttach(activity); in onAttach()
1222 public void onAttach(Activity activity) { in onAttach() method in Fragment
853 f.onAttach(mActivity); in moveToState()
523 // Override the Fragment.onAttach() method to instantiate the NoticeDialogListener525 public void onAttach(Activity activity) {526 super.onAttach(activity);557 // Fragment.onAttach() callback, which it uses to call the following methods574 enforced by the {@link android.support.v4.app.Fragment#onAttach onAttach()}
1214 public void onAttach(Activity activity) {1218 super.onAttach(activity);
547 android.app.Fragment#onAttach onAttach()} callback method (which the system calls when adding549 casting the {@link android.app.Activity} that is passed into {@link android.app.Fragment#onAttach550 onAttach()}:</p>557 public void onAttach(Activity activity) {558 super.onAttach(activity);716 <dt>{@link android.app.Fragment#onAttach onAttach()}</dt>
4154 method public void onAttach(android.app.Activity);