Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegate.java124 private LinearLayout mSecondaryMobileNetworkLayout; field in InternetDialogDelegate
320 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 …]