Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DSuppServicesUiUtil.java90 String suppServiceName = getSuppServiceName(context, preferenceKey); in makeMessage() local
100 R.string.supp_service_over_ut_precautions_roaming, suppServiceName); in makeMessage()
103 R.string.supp_service_over_ut_precautions, suppServiceName); in makeMessage()
108 R.string.supp_service_over_ut_precautions_roaming_dual_sim, suppServiceName, in makeMessage()
112 R.string.supp_service_over_ut_precautions_dual_sim, suppServiceName, in makeMessage()
120 String suppServiceName = ""; in getSuppServiceName() local
122 suppServiceName = context.getResources().getString(R.string.labelCF); in getSuppServiceName()
124 suppServiceName = context.getResources().getString(R.string.labelCallBarring); in getSuppServiceName()
126 suppServiceName = context.getResources().getString(R.string.labelCallerId); in getSuppServiceName()
128 suppServiceName = context.getResources().getString(R.string.labelCW); in getSuppServiceName()
[all …]