Home
last modified time | relevance | path

Searched refs:initFile (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DFileServiceRepository.java53 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