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.java2376 String suppKey = MmiCodeUtil.getSuppServiceKey(number); in showDataDialog() local
2377 if (suppKey != null) { in showDataDialog()
2400 if (suppKey == MmiCodeUtil.BUTTON_CLIR_KEY && clirOverUtPrecautions) { in showDataDialog()
2402 } else if (suppKey == MmiCodeUtil.CALL_FORWARDING_KEY && cfOverUtPrecautions) { in showDataDialog()
2404 } else if (suppKey == MmiCodeUtil.CALL_BARRING_KEY && cbOverUtPrecautions) { in showDataDialog()
2406 } else if (suppKey == MmiCodeUtil.BUTTON_CW_KEY && cwOverUtPrecautions) { in showDataDialog()
2412 String message = SuppServicesUiUtil.makeMessage(context, suppKey, phone); in showDataDialog()