Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DGsmUmtsAdditionalCallOptions.java36 private boolean mShowCLIRButton = true; field in GsmUmtsAdditionalCallOptions
69 mShowCLIRButton = b.getBoolean( in onCreate()
73 mCLIROverUtPrecautions = mShowCLIRButton && b.getBoolean( in onCreate()
86 if (mShowCLIRButton) { in onCreate()
119 if (mShowCLIRButton && mCLIRButton != null && mCLIRButton.isEnabled()) { in onCreate()
149 if (mShowCLIRButton && mCLIROverUtPrecautions && mCLIRButton != null) { in onResume()
192 if (mShowCLIRButton && mCLIRButton.clirArray != null) { in onSaveInstanceState()