Home
last modified time | relevance | path

Searched refs:INTENT_KEY_DETAIL_VIEW (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.kt231 fillInIntent.putExtra(Utils.INTENT_KEY_DETAIL_VIEW, true) in getLaunchFillInIntent()
/packages/apps/Calendar/src/com/android/calendar/
DUtils.kt80 const val INTENT_KEY_DETAIL_VIEW = "DETAIL_VIEW" constant
189 if (extras.getBoolean(INTENT_KEY_DETAIL_VIEW, false)) { in getViewTypeFromIntentAndSharedPref()