Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/
DCallLogListingTask.java162 CharSequence relativeDate = getRelativeTime(millis); in doInBackground() local
168 if (!TextUtils.isEmpty(type) && !TextUtils.isEmpty(relativeDate)) { in doInBackground()
174 if (relativeDate != null) { in doInBackground()
175 secondaryText.append(relativeDate); in doInBackground()
DStrequentsAdapter.java301 CharSequence relativeDate = getRelativeTime(millis); in convertLastCallCursor() local
305 if (!TextUtils.isEmpty(type) && !TextUtils.isEmpty(relativeDate)) { in convertLastCallCursor()
309 if (relativeDate != null) { in convertLastCallCursor()
310 secondaryText.append(relativeDate); in convertLastCallCursor()