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.java152 String nodeContentDescription; in setupContentDescription() local
162 nodeContentDescription = String.format(";%s %d%%", nodeDate, dataUsagePercentage); in setupContentDescription()
164 contentDescription.append(nodeContentDescription); in setupContentDescription()