Searched refs:stringUrl (Results 1 – 7 of 7) sorted by relevance
63 String stringUrl = mailTo_2.toString(); in testParseMailToURI() local64 assertTrue(stringUrl.startsWith("mailto:?")); in testParseMailToURI()76 stringUrl = mailTo_3.toString(); in testParseMailToURI()77 assertTrue(stringUrl.startsWith("mailto:?")); in testParseMailToURI()89 stringUrl = mailTo_4.toString(); in testParseMailToURI()90 assertTrue(stringUrl.startsWith("mailto:?")); in testParseMailToURI()104 stringUrl = mailTo_5.toString(); in testParseMailToURI()105 assertTrue(stringUrl.startsWith("mailto:?")); in testParseMailToURI()107 assertTrue(stringUrl.contains("body=hello&")); in testParseMailToURI()119 stringUrl = mailTo_6.toString(); in testParseMailToURI()[all …]
89 private Entry findEntryInDatabase(String stringUrl) { in findEntryInDatabase() argument90 long hash = Utils.crc64Long(stringUrl); in findEntryInDatabase()91 String whereArgs[] = {String.valueOf(hash), stringUrl}; in findEntryInDatabase()100 entry = mEntryMap.get(stringUrl); in findEntryInDatabase()103 mEntryMap.put(stringUrl, entry); in findEntryInDatabase()117 String stringUrl = url.toString(); in download() local121 Entry entry = mEntryMap.get(stringUrl); in download()131 Entry entry = findEntryInDatabase(stringUrl); in download()139 DownloadTask task = mTaskMap.get(stringUrl); in download()141 task = new DownloadTask(stringUrl); in download()[all …]
69 String stringUrl = null; /* value to be returned */ in insertImage() local99 stringUrl = url.toString(); in insertImage()102 return stringUrl; in insertImage()
134 private URL createUrlFromString(String stringUrl) { in createUrlFromString() argument137 url = new URL(stringUrl); in createUrlFromString()
101 private URL createUrlFromString(String stringUrl) { in createUrlFromString() argument104 url = new URL(stringUrl); in createUrlFromString()
184 private URL createUrlFromString(String stringUrl) { in createUrlFromString() argument187 url = new URL(stringUrl); in createUrlFromString()