Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java111 private final String mSlotCast; field in PhoneStatusBarPolicy
227 mSlotCast = resources.getString(com.android.internal.R.string.status_bar_cast); in PhoneStatusBarPolicy()
301 mIconController.setIcon(mSlotCast, R.drawable.stat_sys_cast, null); in init()
302 mIconController.setIconVisibility(mSlotCast, false); in init()
533 mIconController.setIcon(mSlotCast, R.drawable.stat_sys_cast, in updateCast()
535 mIconController.setIconVisibility(mSlotCast, true); in updateCast()
793 mIconController.setIconVisibility(mSlotCast, false);