Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java56 private boolean mBlockMobile; field in StatusBarSignalPolicy
126 if (blockAirplane != mBlockAirplane || blockMobile != mBlockMobile in onTuningChanged()
129 mBlockMobile = blockMobile; in onTuningChanged()
192 state.visible = statusIcon.visible && !mBlockMobile; in setMobileDataIndicators()