Searched refs:currentDateMs (Results 1 – 2 of 2) sorted by relevance
299 val currentDateMs = in renderHistoryPreferences() constant306 if (currentDateMs != previousDateMs) { in renderHistoryPreferences()316 category.get().setTitle(DateFormat.getDateFormat(context).format(currentDateMs)) in renderHistoryPreferences()318 previousDateMs = currentDateMs in renderHistoryPreferences()
344 long currentDateMs = in renderHistoryPreferences() local351 if (currentDateMs != previousDateMs) { in renderHistoryPreferences()362 .setTitle(DateFormat.getLongDateFormat(context).format(currentDateMs)); in renderHistoryPreferences()364 previousDateMs = currentDateMs; in renderHistoryPreferences()