Searched defs:ins (Results 1 - 1 of 1) sorted by relevance

/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DDiskLruCache.java490 InputStream[] ins = new InputStream[valueCount];
493 ins[i] = new FileInputStream(entry.getCleanFile(i));
506 return new Snapshot(key, entry.sequenceNumber, ins);
733 private final InputStream[] ins; field in class:DiskLruCache.Snapshot
735 private Snapshot(String key, long sequenceNumber, InputStream[] ins) { argument
738 this.ins = ins;
754 return ins[index];
765 for (InputStream in : ins) {

Completed in 110 milliseconds