Home
last modified time | relevance | path

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

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