Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java4263 String suppKey = MmiCodeUtil.getSuppServiceKey(number); in showDataDialog() local
4264 if (suppKey != null) { in showDataDialog()
4287 if (suppKey == MmiCodeUtil.BUTTON_CLIR_KEY && clirOverUtPrecautions) { in showDataDialog()
4289 } else if (suppKey == MmiCodeUtil.CALL_FORWARDING_KEY && cfOverUtPrecautions) { in showDataDialog()
4291 } else if (suppKey == MmiCodeUtil.CALL_BARRING_KEY && cbOverUtPrecautions) { in showDataDialog()
4293 } else if (suppKey == MmiCodeUtil.BUTTON_CW_KEY && cwOverUtPrecautions) { in showDataDialog()
4299 String message = SuppServicesUiUtil.makeMessage(context, suppKey, phone); in showDataDialog()