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.java86 private final String mSlotCast; field in PhoneStatusBarPolicy
149 mSlotCast = context.getString(com.android.internal.R.string.status_bar_cast); in PhoneStatusBarPolicy()
203 mIconController.setIcon(mSlotCast, R.drawable.stat_sys_cast, null); in PhoneStatusBarPolicy()
204 mIconController.setIconVisibility(mSlotCast, false); in PhoneStatusBarPolicy()
435 mIconController.setIcon(mSlotCast, R.drawable.stat_sys_cast, in updateCast()
437 mIconController.setIconVisibility(mSlotCast, true); in updateCast()
636 mIconController.setIconVisibility(mSlotCast, false);