Searched refs:relativeDate (Results 1 – 2 of 2) sorted by relevance
162 CharSequence relativeDate = getRelativeTime(millis); in doInBackground() local168 if (!TextUtils.isEmpty(type) && !TextUtils.isEmpty(relativeDate)) { in doInBackground()174 if (relativeDate != null) { in doInBackground()175 secondaryText.append(relativeDate); in doInBackground()
301 CharSequence relativeDate = getRelativeTime(millis); in convertLastCallCursor() local305 if (!TextUtils.isEmpty(type) && !TextUtils.isEmpty(relativeDate)) { in convertLastCallCursor()309 if (relativeDate != null) { in convertLastCallCursor()310 secondaryText.append(relativeDate); in convertLastCallCursor()