Searched refs:gifURLCon (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java97 private URLConnection gifURLCon; field in class:URLConnectionTest
399 gifURLCon = openGifURLConnection();
400 gifURL = gifURLCon.getURL();
739 assertNotNull(gifURLCon.getContentLength());
769 contentType = gifURLCon.getContentType();

Completed in 24 milliseconds