Searched refs:mSecondaryMobileNetworkLayout (Results 1 – 1 of 1) sorted by relevance
124 private LinearLayout mSecondaryMobileNetworkLayout; field in InternetDialogDelegate320 if (mSecondaryMobileNetworkLayout != null) { in onStop()321 mSecondaryMobileNetworkLayout.setOnClickListener(null); in onStop()466 if (mSecondaryMobileNetworkLayout != null) { in setMobileDataLayout()467 mSecondaryMobileNetworkLayout.setVisibility(View.GONE); in setMobileDataLayout()511 mSecondaryMobileNetworkLayout = dialog.findViewById( in setMobileDataLayout()513 mSecondaryMobileNetworkLayout.setOnClickListener( in setMobileDataLayout()515 mSecondaryMobileNetworkLayout.setBackground(mBackgroundOn); in setMobileDataLayout()565 if (mSecondaryMobileNetworkLayout != null) { in setMobileDataLayout()566 mSecondaryMobileNetworkLayout.setVisibility(nonDdsVisibility); in setMobileDataLayout()[all …]