Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DGsmUmtsAdditionalCallOptions.java39 private boolean mCWOverUtPrecautions = false; field in GsmUmtsAdditionalCallOptions
71 mCWOverUtPrecautions = mShowCWButton && b.getBoolean( in onCreate()
75 + ",mCWOverUtPrecautions:" + mCWOverUtPrecautions); in onCreate()
95 if (mCWOverUtPrecautions && isSsOverUtPrecautions) { in onCreate()
161 if (mShowCWButton && mCWOverUtPrecautions && mCWButton != null) { in onResume()