Searched refs:rawResourceId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DFileUtils.java160 * @param rawResourceId The raw resource id
164 public static String getAudioTrackFilename(Context context, int rawResourceId) argument
167 switch (rawResourceId) {
198 is = context.getResources().openRawResource(rawResourceId);

Completed in 62 milliseconds