Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.kt347 initFragments(timeMillis, viewType, icicle) in onCreate()
436 initFragments(mController?.time as Long, mController?.viewType as Int, null) in onResume()
519 private fun initFragments(timeMillis: Long, viewType: Int, icicle: Bundle?) { in initFragments() method
691 initFragments(mController?.time as Long, mController?.viewType as Int, null) in onSharedPreferenceChanged()