Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCellularTile.java220 if (cb.roaming && !TextUtils.isEmpty(cb.dataContentDescription)) { in getMobileDataContentName()
222 String dataDescription = cb.dataContentDescription.toString(); in getMobileDataContentName()
228 return cb.dataContentDescription; in getMobileDataContentName()
244 CharSequence dataContentDescription; field in CellularTile.CallbackInfo
266 mInfo.dataContentDescription = in setMobileDataIndicators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java367 CharSequence dataContentDescription = Html.fromHtml( in notifyListeners() local
370 dataContentDescription = mContext.getString(R.string.data_connection_no_internet); in notifyListeners()
400 activityIn, activityOut, dataContentDescription, dataContentDescriptionHtml, in notifyListeners()