Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDataUsageDetailView.java109 final TextView infoBottom = (TextView) findViewById(R.id.usage_info_bottom_text); in bind() local
110 infoBottom.setVisibility(bottom != null ? View.VISIBLE : View.GONE); in bind()
111 infoBottom.setText(bottom); in bind()