HomeSort by relevance Sort by last modified time
    Searched defs:getUris (Results 1 - 2 of 2) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
UrisSupplier.java 58 public Iterable<Uri> getUris(Context context) throws IOException {
59 return getUris(DocumentsApplication.getClipStore(context));
63 abstract Iterable<Uri> getUris(ClipStore storage) throws IOException;
141 Iterable<Uri> getUris(ClipStore storage) throws IOException {
239 Iterable<Uri> getUris(ClipStore storage) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URITest.java 30 private URI[] getUris() throws URISyntaxException {
749 URI[] uris = getUris();
    [all...]

Completed in 533 milliseconds