Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/UsageProgressBarPreference/src/com/android/settingslib/widget/
H A DUsageProgressBarPreference.java46 private CharSequence mTotalSummary; field in UsageProgressBarPreference
98 if (TextUtils.equals(mTotalSummary, totalSummary)) { in setTotalSummary()
101 mTotalSummary = totalSummary; in setTotalSummary()
166 if (mTotalSummary != null) { in onBindViewHolder()
167 totalSummary.setText(mTotalSummary); in onBindViewHolder()