Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java112 final TextView infoTop = findViewById(R.id.usage_info_top_text); in bind() local
113 infoTop.setVisibility(top != null ? View.VISIBLE : View.GONE); in bind()
114 infoTop.setText(top); in bind()
121 infoTop.setVisibility(View.GONE); in bind()