Searched defs:dateFormat (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DNewCallLogViewHolder.java28 private final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm", Locale.US); field in class:NewCallLogViewHolder
41 timestampView.setText(dateFormat.format(timestamp));
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java40 static final DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); field in class:AppScanStats
347 sb.append(" " + dateFormat.format(timestamp) + " - ");
368 sb.append(" " + dateFormat.format(timestamp) + " - ");
/packages/apps/DeskClock/src/com/android/deskclock/
H A DClockFragment.java349 private SelectedCitiesAdapter(Context context, String dateFormat, argument
352 mDateFormat = dateFormat;
535 private void bind(Context context, String dateFormat, argument
539 Utils.updateDate(dateFormat, dateFormatForAccessibility, itemView);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 4213 milliseconds