Searched refs:suppKey (Results 1 – 1 of 1) sorted by relevance
2425 String suppKey = MmiCodeUtil.getSuppServiceKey(number); in showDataDialog() local2426 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()