Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DWifiTile.java186 final StringBuffer minimalContentDescription = new StringBuffer(); in handleUpdateState() local
207 minimalContentDescription.append( in handleUpdateState()
211 minimalContentDescription.append(cb.wifiSignalContentDescription).append(","); in handleUpdateState()
212 minimalContentDescription.append(removeDoubleQuotes(cb.ssid)); in handleUpdateState()
214 minimalContentDescription.append(",").append(state.secondaryLabel); in handleUpdateState()
218 state.contentDescription = minimalContentDescription.toString(); in handleUpdateState()