HomeSort by relevance Sort by last modified time
    Searched refs:onAttach (Results 1 - 25 of 62) sorted by null

1 2 3

  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
HeadlinesFragment.java 58 public void onAttach(Activity activity) {
59 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/
QuickResponseSettings.java 70 public void onAttach(Activity activity) {
71 super.onAttach(activity);
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPickerFragment.java 81 public void onAttach(Activity activity) {
82 super.onAttach(activity);
350 public void onAttach(Activity activity) {
353 super.onAttach(activity);
MoveMessageToDialog.java 151 public void onAttach(Activity activity) {
152 super.onAttach(activity);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java 54 * that it does during the onAttach() callback
61 public void onAttach(Activity activity) {
62 super.onAttach(activity);
  /frameworks/base/core/java/android/app/
DialogFragment.java 355 public void onAttach(Activity activity) {
356 super.onAttach(activity);
  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 252 public void onAttach(Activity activity) {
253 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 123 public void onAttach(Activity activity) {
124 super.onAttach(activity);
SelectVisibleCalendarsFragment.java 78 public void onAttach(Activity activity) {
79 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 174 public void onAttach(Activity activity) {
175 super.onAttach(activity);
GroupDetailFragment.java 128 public void onAttach(Activity activity) {
129 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 65 public void onAttach(Activity activity) {
66 super.onAttach(activity);
ContactBrowseListFragment.java 174 public void onAttach(Activity activity) {
175 super.onAttach(activity);
PhoneFavoriteFragment.java 267 public void onAttach(Activity activity) {
268 if (DEBUG) Log.d(TAG, "onAttach()");
269 super.onAttach(activity);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsEditQuickResponsesFragment.java 207 public void onAttach(Activity activity) {
208 super.onAttach(activity);
AccountServerBaseFragment.java 48 * Activity callback during onAttach
175 public void onAttach(Activity activity) {
176 super.onAttach(activity);
  /frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 127 public void onAttach(Activity activity) {
128 super.onAttach(activity);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 133 public void onAttach(Activity activity) {
134 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 154 public void onAttach(Activity activity) {
155 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 109 public void onAttach(Activity activity) {
110 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 211 public void onAttach(Activity activity) {
212 super.onAttach(activity);
SimpleDayPickerFragment.java 162 public void onAttach(Activity activity) {
163 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 131 public void onAttach(Activity activity) {
132 super.onAttach(activity);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 76 public void onAttach(Activity activity) {
77 logd("onAttach(%s)", activity.getClass().getSimpleName());
78 super.onAttach(activity);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 66 public void onAttach(Activity activity) {
67 super.onAttach(activity);

Completed in 487 milliseconds

1 2 3