Searched refs:rawId (Results 1 – 3 of 3) sorted by relevance
133 private void stageFile(int rawId, File file) throws Exception { in stageFile() argument138 in = getContext().getResources().openRawResource(rawId); in stageFile()
224 private void stageFile(int rawId, File file) throws Exception { in stageFile() argument229 in = getContext().getResources().openRawResource(rawId); in stageFile()
966 private String stageFile(int rawId) throws Exception { in stageFile() argument972 in = getContext().getResources().openRawResource(rawId); in stageFile()