Searched refs:getDateFormat (Results 1 – 7 of 7) sorted by relevance
333 val dateFormat: CharSequence = getDateFormat(context) in <lambda>()415 val dateFormat: CharSequence = getDateFormat(context) in <lambda>()530 private fun getDateFormat(context: Context): String { in <lambda>() method
43 mDateFormat = android.text.format.DateFormat.getDateFormat(context); in Formatting()
94 mDateFormat = DateFormat.getDateFormat(activity); in onActivityCreated()
124 : DateFormat.getDateFormat(mContext).format(d); in bindView()
175 DateFormat.getDateFormat(context); in formatDate()
382 return DateFormat.getDateFormat(getContext()).format(date) + " " + DateFormat.getTimeFormat( in formatSyncDate()
6258 Landroid/icu/util/GlobalizationPreferences;->getDateFormat(II)Landroid/icu/text/DateFormat;