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

  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetProvider.java 211 fillInIntent.putExtra(Utils.INTENT_KEY_DETAIL_VIEW, true);
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 100 public static final String INTENT_KEY_DETAIL_VIEW = "DETAIL_VIEW";
227 if (extras.getBoolean(INTENT_KEY_DETAIL_VIEW, false)) {
    [all...]

Completed in 59 milliseconds