Searched refs:portStr (Results 1 – 12 of 12) sorted by relevance
98 String portStr = serverPortEdit.getText().toString(); in startOrStopServer() local99 int port = TextUtils.isEmpty(portStr) ? 50051 : Integer.valueOf(portStr); in startOrStopServer()135 String portStr = params[2]; in doInBackground() local136 int port = TextUtils.isEmpty(portStr) ? 50051 : Integer.valueOf(portStr); in doInBackground()
67 val portStr = params[2] in doInBackground() constant68 val port = if (TextUtils.isEmpty(portStr)) 0 else Integer.valueOf(portStr) in doInBackground()
86 String portStr = params[1]; in doInBackground() local87 int port = TextUtils.isEmpty(portStr) ? 50051 : Integer.valueOf(portStr); in doInBackground()
84 String portStr = params[2]; in doInBackground() local85 int port = TextUtils.isEmpty(portStr) ? 0 : Integer.valueOf(portStr); in doInBackground()
117 String portStr = matcher.group(matcher.groupCount()); in connectToRoomInternal() local120 if (portStr != null) { in connectToRoomInternal()122 port = Integer.parseInt(portStr); in connectToRoomInternal()124 reportError("Invalid port number: " + portStr); in connectToRoomInternal()
117 String portStr = portEdit.getText().toString(); in startTest() local118 int port = TextUtils.isEmpty(portStr) ? 8080 : Integer.valueOf(portStr); in startTest()
199 String portStr; in attach() local202 portStr = address; in attach()205 portStr = address.substring(splitIndex+1); in attach()210 port = Integer.decode(portStr).intValue(); in attach()
107 String portStr = (String) params[2]; in doInBackground() local111 int port = TextUtils.isEmpty(portStr) ? 0 : Integer.valueOf(portStr); in doInBackground()
245 String portStr = sentBy.substring(ind + 1); in setSentBy() local247 int port = Integer.parseInt(portStr); in setSentBy()
687 String portStr = p_uriSpec.substring(start, index); in initializeAuthority() local689 if (portStr.length() > 0) in initializeAuthority()691 for (int i = 0; i < portStr.length(); i++) in initializeAuthority()693 if (!isDigit(portStr.charAt(i))) in initializeAuthority()696 portStr + " is invalid. Port should only contain digits!"); in initializeAuthority()702 port = Integer.parseInt(portStr); in initializeAuthority()
707 String portStr = p_uriSpec.substring(start, index); in initializeAuthority() local709 if (portStr.length() > 0) in initializeAuthority()711 for (int i = 0; i < portStr.length(); i++) in initializeAuthority()713 if (!isDigit(portStr.charAt(i))) in initializeAuthority()716 portStr + " is invalid. Port should only contain digits!"); in initializeAuthority()722 port = Integer.parseInt(portStr); in initializeAuthority()
78 String portStr = portEdit.getText().toString(); in startRouteGuide() local79 int port = TextUtils.isEmpty(portStr) ? 0 : Integer.valueOf(portStr); in startRouteGuide()