Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterViewController.java58 private final String mSlotBattery; field in BatteryMeterViewController
77 mView.setVisibility(icons.contains(mSlotBattery) ? View.GONE : View.VISIBLE);
158 mSlotBattery = getResources().getString(com.android.internal.R.string.status_bar_battery); in BatteryMeterViewController()