Searched refs:portStr (Results 1 – 3 of 3) sorted by relevance
97 String portStr = mPortField.getText().toString().trim(); in onCreateDialog() local99 String msg = getActivity().getString(validate(hostname, portStr, exclList)); in onCreateDialog()161 String portStr = port == -1 ? "" : Integer.toString(port); in populateFields() local162 mPortField.setText(portStr); in populateFields()210 String portStr = mPortField.getText().toString().trim(); in saveToDb() local214 int result = validate(hostname, portStr, exclList); in saveToDb()220 if (portStr.length() > 0) { in saveToDb()222 port = Integer.parseInt(portStr); in saveToDb()
356 String portStr = mProxyPortPage.getDataSummary(); in processProxySettings() local361 port = Integer.parseInt(portStr); in processProxySettings()362 result = WifiConfigHelper.validate(host, portStr, exclusionList); in processProxySettings()
640 String portStr = mProxyPortView.getText().toString(); in ipAndProxyFieldsAreValid() local645 port = Integer.parseInt(portStr); in ipAndProxyFieldsAreValid()646 result = ProxySelector.validate(host, portStr, exclusionList); in ipAndProxyFieldsAreValid()