Searched refs:usePublicIp (Results 1 – 2 of 2) sorted by relevance
233 private boolean tryPort(AndroidProxy androidProxy, boolean usePublicIp, int usePort) { in tryPort() argument234 if (usePublicIp) { in tryPort()243 boolean usePublicIp = intent.getBooleanExtra(Constants.EXTRA_USE_EXTERNAL_IP, false); in launchServer()246 if (!tryPort(androidProxy, usePublicIp, usePort)) { in launchServer()248 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()