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

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 57 private static final String SORT_ORDER = IS_PRIMARY + " DESC," + Calendars.CALENDAR_DISPLAY_NAME
62 Calendars.CALENDAR_DISPLAY_NAME,
SelectSyncedCalendarsMultiAccountAdapter.java 54 + Calendars.CALENDAR_DISPLAY_NAME + " COLLATE NOCASE";
103 Calendars.CALENDAR_DISPLAY_NAME,
SelectCalendarsSyncAdapter.java 86 mNameColumn = c.getColumnIndexOrThrow(Calendars.CALENDAR_DISPLAY_NAME);
SelectVisibleCalendarsFragment.java 53 Calendars.CALENDAR_DISPLAY_NAME,
SelectCalendarsSimpleAdapter.java 169 mNameColumn = c.getColumnIndexOrThrow(Calendars.CALENDAR_DISPLAY_NAME);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 44 CalendarContract.Calendars.CALENDAR_DISPLAY_NAME,
CalendarDatabaseHelper.java     [all...]
CalendarProvider2.java     [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 359 public static final String CALENDAR_DISPLAY_NAME = "calendar_displayName";
535 Calendars.CALENDAR_DISPLAY_NAME);
594 * <li>{@link #CALENDAR_DISPLAY_NAME}</li>
632 * <li>{@link #CALENDAR_DISPLAY_NAME}</li>
683 public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME;
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 180 values.put(CalendarContract.Calendars.CALENDAR_DISPLAY_NAME, name);
CalendarProvider2Test.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Tags.java 213 public static final int CALENDAR_DISPLAY_NAME = CALENDAR_PAGE + 0x32;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 232 Calendars.CALENDAR_DISPLAY_NAME, // 1
243 static final String CALENDARS_DUPLICATE_NAME_WHERE = Calendars.CALENDAR_DISPLAY_NAME + "=?";
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 161 Calendars.CALENDAR_DISPLAY_NAME, // 1
    [all...]
EditEventView.java 608 int nameColumn = cursor.getColumnIndexOrThrow(Calendars.CALENDAR_DISPLAY_NAME);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 81 Calendars.CALENDAR_DISPLAY_NAME,
139 values.put(Calendars.CALENDAR_DISPLAY_NAME, "DISPLAY_" + seedString);
173 values.put(Calendars.CALENDAR_DISPLAY_NAME, "DISPLAY_" + seedString);
293 // Events.CALENDAR_DISPLAY_NAME, from Calendars
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 315 milliseconds