Searched refs:uri (Results 1 – 8 of 8) sorted by relevance
63 public long getMaxGeneration(Uri uri, String selection, String[] selectionArgs) { in getMaxGeneration() argument67 uri, in getMaxGeneration()100 Uri uri, String selection, String[] selectionArgs, long fromGen) { in getListOfIdsFromMediaStore() argument109 uri, in getListOfIdsFromMediaStore()145 Uri uri, String mimeType, String selection, String[] selectionArgs, long fromGen) { in getMediaFileDescriptors() argument165 uri, in getMediaFileDescriptors()170 Uri fileUri = ContentUris.withAppendedId(uri, id); in getMediaFileDescriptors()176 throw new RuntimeException("Unable to open file descriptor at " + uri, e); in getMediaFileDescriptors()
118 private static JsonElement getJson(URI uri) throws IOException { in getJson() argument119 URLConnection conn = uri.toURL().openConnection(); in getJson()133 public static JsonElement getJsonWithRetries(URI uri, int maxRetries) throws IOException { in getJsonWithRetries() argument137 return getJson(uri); in getJsonWithRetries()
42 val uri = Uri.parse("content://com.android.calendar/time/$epochEventStartTime") in getCalendarIntent() constant44 intent.data = uri in getCalendarIntent()
77 public void endElement(String uri, String localName, String qName) throws SAXException { in endElement() argument104 super.endElement(uri, localName, qName); in endElement()108 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement() argument212 super.startElement(uri, localName, qName, attributes); in startElement()
89 URI uri = URI.create("jar:file:" + jacocoAllClassesJar.getPath()); in instrumentationTest_generatesJavaCoverage() local90 try (FileSystem zip = FileSystems.newFileSystem(uri, ImmutableMap.of())) { in instrumentationTest_generatesJavaCoverage()
191 Uri uri = Uri.withAppendedPath( in doesContactExist() local194 uri, new String[] { in doesContactExist()
212 Uri uri = Uri.parse("http://blah-blah"); // just put something in url format in addToDownloadContentDB() local215 request = new Request(uri); in addToDownloadContentDB()
... URI uri private void addBasicAuthentication (java.net.URI, java.net.URLConnection) throws java. ...