Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datausage/
DChartDataUsagePreference.java146 String nodeContentDescription; in setupContentDescription() local
156 nodeContentDescription = String.format("; %s, %d%%", nodeDate, dataUsagePercentage); in setupContentDescription()
158 contentDescription.append(nodeContentDescription); in setupContentDescription()