Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegate.java153 private final boolean mCanConfigMobileData; field in InternetDialogDelegate
209 mCanConfigMobileData = canConfigMobileData; in InternetDialogDelegate()
489 mMobileDataToggle.setVisibility(mCanConfigMobileData ? View.VISIBLE : View.INVISIBLE); in setMobileDataLayout()
491 mCanConfigMobileData ? View.VISIBLE : View.INVISIBLE); in setMobileDataLayout()