HomeSort by relevance Sort by last modified time
    Searched refs:COLOR_PICKER_DIALOG_TAG (Results 1 - 5 of 5) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 48 private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog";
93 manager.findFragmentByTag(COLOR_PICKER_DIALOG_TAG);
207 mColorPickerDialog.show(mFragmentManager, COLOR_PICKER_DIALOG_TAG);
SelectCalendarsSimpleAdapter.java 47 private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog";
118 fm.findFragmentByTag(COLOR_PICKER_DIALOG_TAG);
268 mColorPickerDialog.show(mFragmentManager, COLOR_PICKER_DIALOG_TAG);
SelectSyncedCalendarsMultiAccountAdapter.java 57 private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog";
231 mFragmentManager.findFragmentByTag(COLOR_PICKER_DIALOG_TAG);
357 mColorPickerDialog.show(mFragmentManager, COLOR_PICKER_DIALOG_TAG);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 75 private static final String COLOR_PICKER_DIALOG_TAG = "ColorPickerDialog";
407 mColorPickerDialog.show(fragmentManager, COLOR_PICKER_DIALOG_TAG);
455 .findFragmentByTag(COLOR_PICKER_DIALOG_TAG);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 124 public static final String COLOR_PICKER_DIALOG_TAG = "EventColorPickerDialog";
720 .findFragmentByTag(COLOR_PICKER_DIALOG_TAG);
    [all...]

Completed in 195 milliseconds