Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetProvider.java218 final CharSequence dateFormat = getDateFormat(context); in relayoutWidget()
298 final CharSequence dateFormat = getDateFormat(context); in optimizeSizes()
454 private static String getDateFormat(Context context) { in getDateFormat() method in DigitalAppWidgetProvider
DDigitalAppWidgetProvider.kt333 val dateFormat: CharSequence = getDateFormat(context) in <lambda>()
411 val dateFormat: CharSequence = getDateFormat(context) in <lambda>()
526 private fun getDateFormat(context: Context): String { in <lambda>() method
/packages/apps/PermissionController/src/com/android/packageinstaller/incident/
DFormatting.java43 mDateFormat = android.text.format.DateFormat.getDateFormat(context); in Formatting()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceBase.java94 mDateFormat = DateFormat.getDateFormat(activity); in onActivityCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountPreferenceBase.java94 mDateFormat = DateFormat.getDateFormat(activity); in onActivityCreated()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferAdapter.java124 : DateFormat.getDateFormat(mContext).format(d); in bindView()
/packages/apps/Contacts/src/com/android/contacts/util/
DDateUtils.java175 DateFormat.getDateFormat(context); in formatDate()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountSyncDetailsPreferenceController.java385 return DateFormat.getDateFormat(getContext()).format(date) + " " + DateFormat.getTimeFormat( in formatSyncDate()