Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/spa/app/backgroundinstall/
DBackgroundInstalledAppsPageProvider.kt224 val groupByMonth = getGroupSeparationByMonth() in getGroupTitle() constant
226 - (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()