Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryTipsCardPreference.java53 @VisibleForTesting CharSequence mMainButtonLabel; field in BatteryTipsCardPreference
95 if (!TextUtils.equals(mMainButtonLabel, label)) { in setMainButtonLabel()
96 mMainButtonLabel = label; in setMainButtonLabel()
135 mainButton.setText(mMainButtonLabel); in onBindViewHolder()