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