Searched defs:ins (Results 1 – 3 of 3) sorted by relevance
179 val ins = context.resources.openRawResource(resId) in writeFileToInternalStorage() constant
490 InputStream[] ins = new InputStream[valueCount]; in get() local733 private final InputStream[] ins; field in DiskLruCache.Snapshot735 private Snapshot(String key, long sequenceNumber, InputStream[] ins) { in Snapshot()
212 InputStream ins = context.getResources().openRawResource(resId); in writeFileToInternalStorage() local