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

/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
H A DDvrStorageManager.java227 private ArrayList<BufferManager.PositionHolder> readOldIndexFile(File indexFile) argument
230 try (DataInputStream in = new DataInputStream(new FileInputStream(indexFile))) {
240 private ArrayList<BufferManager.PositionHolder> readNewIndexFile(File indexFile) argument
243 try (DataInputStream in = new DataInputStream(new FileInputStream(indexFile))) {
382 File indexFile = new File(getBufferDir(), trackName + IDX_FILE_SUFFIX_V2);
383 try (DataOutputStream out = new DataOutputStream(new FileOutputStream(indexFile))) {

Completed in 89 milliseconds