Searched refs:url (Results 1 – 6 of 6) sorted by relevance
67 public abstract void openUrl(String url); in openUrl() argument107 public abstract void addNewTab(String url); in addNewTab() argument
71 String url = getArguments().getString("Url"); in setUp() local72 File webpage = new File(url); in setUp()
99 URL url = new URL(serverUrl); in submitForm() local100 connection = (HttpURLConnection) url.openConnection(); in submitForm()
109 URL url = new URL(fridaUrl); in FridaUtils()110 URLConnection conn = url.openConnection(); in FridaUtils()246 private static JsonElement getJson(String url) throws IOException, JsonParseException { in getJson() argument247 URLConnection conn = new URL(url).openConnection(); in getJson()
93 URL url = new URL(DEFAULT_PING_SITE); in isConnected() local94 conn = (HttpURLConnection) url.openConnection(); in isConnected()
... throws java.lang.Exception java.net.URL url String userAgentValue byte[] buffer int numRead int ...