Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DGsmUmtsAdditionalCallOptions.java79 boolean isSsOverUtPrecautions = SuppServicesUiUtil.isSsOverUtPrecautions(this, mPhone); in onCreate()
83 if (mCLIROverUtPrecautions && isSsOverUtPrecautions) { in onCreate()
95 if (mCWOverUtPrecautions && isSsOverUtPrecautions) { in onCreate()
142 boolean isPrecaution = SuppServicesUiUtil.isSsOverUtPrecautions(this, mPhone); in onResume()
DCallFeaturesSetting.java195 && SuppServicesUiUtil.isSsOverUtPrecautions(this, mPhone)) { in doSsOverUtPrecautions()
/packages/services/Telephony/src/com/android/phone/settings/
DSuppServicesUiUtil.java141 public static boolean isSsOverUtPrecautions(Context context, Phone phone) { in isSsOverUtPrecautions() method in SuppServicesUiUtil