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.java2425 String suppKey = MmiCodeUtil.getSuppServiceKey(number); in showDataDialog() local
2426 if (suppKey != null) { in showDataDialog()
2449 if (suppKey == MmiCodeUtil.BUTTON_CLIR_KEY && clirOverUtPrecautions) { in showDataDialog()
2451 } else if (suppKey == MmiCodeUtil.CALL_FORWARDING_KEY && cfOverUtPrecautions) { in showDataDialog()
2453 } else if (suppKey == MmiCodeUtil.CALL_BARRING_KEY && cbOverUtPrecautions) { in showDataDialog()
2455 } else if (suppKey == MmiCodeUtil.BUTTON_CW_KEY && cwOverUtPrecautions) { in showDataDialog()
2461 String message = SuppServicesUiUtil.makeMessage(context, suppKey, phone); in showDataDialog()