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

1 2

  /frameworks/base/core/java/android/nfc/
NfcFragment.java 59 public void onAttach(Activity activity) {
60 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 64 public void onAttach(Activity activity) {
65 super.onAttach(activity);
ContactBrowseListFragment.java 174 public void onAttach(Activity activity) {
175 super.onAttach(activity);
PhoneFavoriteFragment.java 233 public void onAttach(Activity activity) {
234 super.onAttach(activity);
ContactEntryListFragment.java 176 public void onAttach(Activity activity) {
177 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);
MailboxListFragment.java 360 public void onAttach(Activity activity) {
362 Log.d(Logging.LOG_TAG, this + " onAttach");
364 super.onAttach(activity);
369 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
    [all...]
  /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);
  /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 176 public void onAttach(Activity activity) {
177 super.onAttach(activity);
GroupDetailFragment.java 126 public void onAttach(Activity activity) {
127 super.onAttach(activity);
GroupEditorFragment.java 217 public void onAttach(Activity activity) {
218 super.onAttach(activity);
    [all...]
  /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);
AccountSettingsFragment.java 162 public void onAttach(Activity activity) {
163 super.onAttach(activity);
169 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 155 public void onAttach(Activity activity) {
156 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 104 public void onAttach(Activity activity) {
105 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 223 public void onAttach(Activity activity) {
224 super.onAttach(activity);
SimpleDayPickerFragment.java 163 public void onAttach(Activity activity) {
164 super.onAttach(activity);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 125 public void onAttach(Activity activity) {
126 super.onAttach(activity);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 416 public void onAttach(Activity activity) {
417 super.onAttach(activity);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 161 public void onAttach(Activity activity) {
162 super.onAttach(activity);
    [all...]

Completed in 444 milliseconds

1 2