Searched refs:transportTypeString (Results 1 – 1 of 1) sorted by relevance
533 String transportTypeString = getString(KEY_SIP_CONFIG_TRANSPORT_TYPE_STRING); in toNewConfig() local534 int transportType = (transportTypeString != null in toNewConfig()535 && transportTypeString.equals(SIP_TRANSPORT_UDP)) in toNewConfig()