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

12

/packages/apps/Calendar/src/com/android/calendar/
H A DQuickResponseSettings.java70 public void onAttach(Activity activity) { method in class:QuickResponseSettings
71 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.java338 public void onAttach(Activity activity) { method in class:MessageListFragment
340 Log.d(Logging.LOG_TAG, this + " onAttach");
342 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.java174 public void onAttach(Activity activity) { method in class:GroupBrowseListFragment
175 super.onAttach(activity);
H A DGroupDetailFragment.java128 public void onAttach(Activity activity) { method in class:GroupDetailFragment
129 super.onAttach(activity);
H A DGroupEditorFragment.java215 public void onAttach(Activity activity) { method in class:GroupEditorFragment
216 super.onAttach(activity);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileListFragment.java65 public void onAttach(Activity activity) { method in class:ContactTileListFragment
66 super.onAttach(activity);
H A DContactBrowseListFragment.java174 public void onAttach(Activity activity) { method in class:ContactBrowseListFragment
175 super.onAttach(activity);
H A DPhoneFavoriteFragment.java267 public void onAttach(Activity activity) { method in class:PhoneFavoriteFragment
268 if (DEBUG) Log.d(TAG, "onAttach()");
269 super.onAttach(activity);
H A DContactEntryListFragment.java175 public void onAttach(Activity activity) { method in class:ContactEntryListFragment
176 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.java158 public void onAttach(Activity activity) { method in class:AccountSettingsFragment
159 super.onAttach(activity);
165 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java154 public void onAttach(Activity activity) { method in class:ContactDeletionInteraction
155 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java109 public void onAttach(Activity activity) { method in class:AgendaFragment
110 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java211 public void onAttach(Activity activity) { method in class:MonthByWeekFragment
212 super.onAttach(activity);
H A DSimpleDayPickerFragment.java162 public void onAttach(Activity activity) { method in class:SimpleDayPickerFragment
163 super.onAttach(activity);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactLoaderFragment.java131 public void onAttach(Activity activity) { method in class:ContactLoaderFragment
132 super.onAttach(activity);
/packages/apps/Settings/src/com/android/settings/
H A DDreamSettings.java76 public void onAttach(Activity activity) { method in class:DreamSettings
77 logd("onAttach(%s)", activity.getClass().getSimpleName());
78 super.onAttach(activity);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java66 public void onAttach(Activity activity) { method in class:KeyboardLayoutDialogFragment
67 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);

Completed in 200 milliseconds

12