Searched refs:onAttach (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileListFragment.java64 public void onAttach(Activity activity) { method in class:ContactTileListFragment
65 super.onAttach(activity);
H A DContactBrowseListFragment.java174 public void onAttach(Activity activity) { method in class:ContactBrowseListFragment
175 super.onAttach(activity);
H A DPhoneFavoriteFragment.java233 public void onAttach(Activity activity) { method in class:PhoneFavoriteFragment
234 super.onAttach(activity);
H A DContactEntryListFragment.java176 public void onAttach(Activity activity) { method in class:ContactEntryListFragment
177 super.onAttach(activity);
/packages/apps/Email/src/com/android/email/activity/
H A DShortcutPickerFragment.java81 public void onAttach(Activity activity) { method in class:ShortcutPickerFragment
82 super.onAttach(activity);
350 public void onAttach(Activity activity) { method in class:ShortcutPickerFragment.MailboxShortcutPickerFragment
353 super.onAttach(activity);
H A DMoveMessageToDialog.java151 public void onAttach(Activity activity) { method in class:MoveMessageToDialog
152 super.onAttach(activity);
H A DMailboxListFragment.java360 public void onAttach(Activity activity) { method in class:MailboxListFragment
362 Log.d(Logging.LOG_TAG, this + " onAttach");
364 super.onAttach(activity);
369 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
H A DMessageListFragment.java339 public void onAttach(Activity activity) { method in class:MessageListFragment
341 Log.d(Logging.LOG_TAG, this + " onAttach");
343 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncFragment.java123 public void onAttach(Activity activity) { method in class:SelectCalendarsSyncFragment
124 super.onAttach(activity);
H A DSelectVisibleCalendarsFragment.java78 public void onAttach(Activity activity) { method in class:SelectVisibleCalendarsFragment
79 super.onAttach(activity);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListFragment.java176 public void onAttach(Activity activity) { method in class:GroupBrowseListFragment
177 super.onAttach(activity);
H A DGroupDetailFragment.java126 public void onAttach(Activity activity) { method in class:GroupDetailFragment
127 super.onAttach(activity);
H A DGroupEditorFragment.java217 public void onAttach(Activity activity) { method in class:GroupEditorFragment
218 super.onAttach(activity);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSettingsEditQuickResponsesFragment.java207 public void onAttach(Activity activity) { method in class:AccountSettingsEditQuickResponsesFragment
208 super.onAttach(activity);
H A DAccountServerBaseFragment.java48 * Activity callback during onAttach
175 public void onAttach(Activity activity) { method in class:AccountServerBaseFragment
176 super.onAttach(activity);
H A DAccountSettingsFragment.java162 public void onAttach(Activity activity) { method in class:AccountSettingsFragment
163 super.onAttach(activity);
169 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java155 public void onAttach(Activity activity) { method in class:ContactDeletionInteraction
156 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java104 public void onAttach(Activity activity) { method in class:AgendaFragment
105 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java223 public void onAttach(Activity activity) { method in class:MonthByWeekFragment
224 super.onAttach(activity);
H A DSimpleDayPickerFragment.java163 public void onAttach(Activity activity) { method in class:SimpleDayPickerFragment
164 super.onAttach(activity);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactLoaderFragment.java125 public void onAttach(Activity activity) { method in class:ContactLoaderFragment
126 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java416 public void onAttach(Activity activity) { method in class:EditEventFragment
417 super.onAttach(activity);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettings.java161 public void onAttach(Activity activity) { method in class:WifiSettings
162 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java577 public void onAttach(Activity activity) { method in class:EventInfoFragment
578 super.onAttach(activity);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java321 public void onAttach(Activity activity) { method in class:ContactEditorFragment
322 super.onAttach(activity);

Completed in 757 milliseconds

12