Searched refs:UDP (Results 1 – 6 of 6) sorted by relevance
53 private static final String UDP = "UDP"; field in SipProfile58 private String mProtocol = UDP;220 if (!protocol.equals(UDP) && !protocol.equals(TCP)) { in setProtocol()290 if (!mProfile.mProtocol.equals(UDP)) { in build()
210 final NatTimeoutUpdate udpParams = buildNatTimeoutUpdate(NetworkProtocol.UDP); in testTetheringOffloadCallback()
543 case NetworkProtocol.UDP: return OsConstants.IPPROTO_UDP; in networkProtocolToOsConstant()
129 ListeningPoint lp = mSipProvider.getListeningPoint(ListeningPoint.UDP); in getListeningPoint()
3376 // The source port if this was a TCP or UDP packet.3378 // The destination port if this was a TCP or UDP packet.
45246 Landroid/net/sip/SipProfile;->UDP:Ljava/lang/String;