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