Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/rtt/
DRttTranscriptMessageViewHolder.java76 void showTimestamp(long timestamp, boolean isRemote, boolean showFullDate) { in showTimestamp() argument
79 getTimestampText(timestampTextView.getContext(), timestamp, showFullDate)); in showTimestamp() local
87 private String getTimestampText(Context context, long timestamp, boolean showFullDate) { in getTimestampText() argument
91 showFullDate in getTimestampText()