Searched refs:mBackgroundOn (Results 1 – 1 of 1) sorted by relevance
148 private Drawable mBackgroundOn; field in InternetDialogDelegate280 mBackgroundOn = context.getDrawable(R.drawable.settingslib_switch_bar_bg_on); in onCreate()515 mSecondaryMobileNetworkLayout.setBackground(mBackgroundOn); in setMobileDataLayout()557 isNetworkConnected ? mBackgroundOn : mBackgroundOff); in setMobileDataLayout()592 (isDeviceLocked && mConnectedWifiEntry != null) ? mBackgroundOn : null); in updateWifiToggle()