Searched refs:initFile (Results 1 – 1 of 1) sorted by relevance
53 Uri sunAndTree = initFile("sunAndTree.png", R.raw.suntree); in FileServiceRepository()54 Uri snake = initFile("animals/snake.png", R.raw.snake); in FileServiceRepository()55 Uri unicorn = initFile("animals/unicorn.png", R.raw.unicorn); in FileServiceRepository()56 Uri sheep = initFile("animals/sheep.png", R.raw.sheep); in FileServiceRepository()98 private Uri initFile(String relPath, int resource) { in initFile() method in FileServiceRepository