Searched refs:strPort (Results 1 – 1 of 1) sorted by relevance
1681 private static int portFromString(String strPort) { in portFromString() argument1683 if (!TextUtils.isEmpty(strPort)) { in portFromString()1685 port = Integer.parseInt(strPort); in portFromString()