Searched refs:usePublicIp (Results 1 – 2 of 2) sorted by relevance
220 private boolean tryPort(AndroidProxy androidProxy, boolean usePublicIp, int usePort) { in tryPort() argument221 if (usePublicIp) { in tryPort()230 boolean usePublicIp = intent.getBooleanExtra(Constants.EXTRA_USE_EXTERNAL_IP, false); in launchServer()233 if (!tryPort(androidProxy, usePublicIp, usePort)) { in launchServer()235 tryPort(androidProxy, usePublicIp, 0); in launchServer()
165 private void launchService(boolean usePublicIp) { in launchService() argument168 intent.putExtra(Constants.EXTRA_USE_EXTERNAL_IP, usePublicIp); in launchService()