Searched refs:groupByMonth (Results 1 – 1 of 1) sorted by relevance
224 val groupByMonth = getGroupSeparationByMonth() in getGroupTitle() constant226 - (groupByMonth * MONTH_IN_MILLIS)) { in getGroupTitle()227 … true -> context.formatString(R.string.background_install_before, "count" to groupByMonth) in getGroupTitle()228 else -> context.formatString(R.string.background_install_after, "count" to groupByMonth) in getGroupTitle()