Searched refs:protocolInt (Results 1 – 1 of 1) sorted by relevance
1633 Integer protocolInt = PROTOCOL_STRING_MAP.get(protocol); in getProtocolIntFromString() local1634 return protocolInt == null ? UNSPECIFIED_INT : protocolInt; in getProtocolIntFromString()