Searched refs:usePublicIp (Results 1 – 2 of 2) sorted by relevance
242 private boolean tryPort(AndroidProxy androidProxy, boolean usePublicIp, int usePort) { in tryPort() argument243 if (usePublicIp) { in tryPort()252 boolean usePublicIp = intent.getBooleanExtra(Constants.EXTRA_USE_EXTERNAL_IP, false); in launchServer()255 if (!tryPort(androidProxy, usePublicIp, usePort)) { in launchServer()257 tryPort(androidProxy, usePublicIp, 0); in launchServer()
166 private void launchService(boolean usePublicIp) { in launchService() argument169 intent.putExtra(Constants.EXTRA_USE_EXTERNAL_IP, usePublicIp); in launchService()