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
65 mShowCLIRButton = b.getBoolean( in onCreate()
69 mCLIROverUtPrecautions = mShowCLIRButton && b.getBoolean( in onCreate()
82 if (mShowCLIRButton) { in onCreate()
115 if (mShowCLIRButton && mCLIRButton != null && mCLIRButton.isEnabled()) { in onCreate()
145 if (mShowCLIRButton && mCLIROverUtPrecautions && mCLIRButton != null) { in onResume()
188 if (mShowCLIRButton && mCLIRButton.clirArray != null) { in onSaveInstanceState()