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