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

12

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DSafeDismissDialogFragment.java30 public void onAttach(Activity activity) { method in class:SafeDismissDialogFragment
31 super.onAttach(activity);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimePickerFragment.java53 public void onAttach(Activity activity) { method in class:TimePickerFragment
54 super.onAttach(activity);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DTimedMessageWizardFragment.java57 public void onAttach(Activity activity) { method in class:TimedMessageWizardFragment
64 super.onAttach(activity);
H A DSaveWifiConfigurationFragment.java59 public void onAttach(Activity activity) { method in class:SaveWifiConfigurationFragment
66 super.onAttach(activity);
H A DConnectToWifiFragment.java88 public void onAttach(Activity activity) { method in class:ConnectToWifiFragment
95 super.onAttach(activity);
/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/setup/
H A DAccountSettingsEditQuickResponsesFragment.java70 public void onAttach(Activity activity) { method in class:AccountSettingsEditQuickResponsesFragment
71 super.onAttach(activity);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryPanel.java47 public void onAttach(Activity activity) { method in class:CategoryPanel
48 super.onAttach(activity);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
H A DDeviceNameSummaryFragment.java77 public void onAttach(Activity activity) { method in class:DeviceNameSummaryFragment
78 super.onAttach(activity);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DContentFragment.java102 public void onAttach(Activity activity) { method in class:ContentFragment
103 mBase.onAttach(activity);
104 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncFragment.java144 public void onAttach(Activity activity) { method in class:SelectCalendarsSyncFragment
145 super.onAttach(activity);
H A DSelectVisibleCalendarsFragment.java81 public void onAttach(Activity activity) { method in class:SelectVisibleCalendarsFragment
82 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.java131 public void onAttach(Activity activity) { method in class:GroupDetailFragment
132 super.onAttach(activity);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileListFragment.java69 public void onAttach(Activity activity) { method in class:ContactTileListFragment
70 super.onAttach(activity);
H A DContactBrowseListFragment.java177 public void onAttach(Activity activity) { method in class:ContactBrowseListFragment
178 super.onAttach(activity);
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
H A DImportExportDialogFragment.java78 public void onAttach(Activity activity) { method in class:ImportExportDialogFragment
79 super.onAttach(activity);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DSearchFragment.java64 public void onAttach(Activity activity) { method in class:SearchFragment
65 super.onAttach(activity);
H A DSpeedDialFragment.java170 public void onAttach(Activity activity) { method in class:SpeedDialFragment
171 if (DEBUG) Log.d(TAG, "onAttach()");
172 super.onAttach(activity);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorPanel.java49 public void onAttach(Activity activity) { method in class:EditorPanel
50 super.onAttach(activity);
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java74 public void onAttach(Activity activity) { method in class:MultiSelectGridFragment
75 super.onAttach(activity);
/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.java111 public void onAttach(Activity activity) { method in class:AgendaFragment
112 super.onAttach(activity);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java162 public void onAttach(Activity activity) { method in class:SimpleDayPickerFragment
163 super.onAttach(activity);
/packages/apps/Settings/src/com/android/settings/
H A DDreamSettings.java73 public void onAttach(Activity activity) { method in class:DreamSettings
74 logd("onAttach(%s)", activity.getClass().getSimpleName());
75 super.onAttach(activity);

Completed in 544 milliseconds

12