Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateConfigTest.java66 mJsonStreaming001 = readResource(R.raw.update_config_001_stream); in setUp()
119 private String readResource(int id) throws IOException { in readResource() method in UpdateConfigTest
DUpdateManagerTest.java78 UpdateConfig.fromJson(readResource(R.raw.update_config_002_stream)); in setUp()
151 private String readResource(int id) throws IOException { in readResource() method in UpdateManagerTest