Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DTsStreamWriter.java43 private final String mDirectoryPath; field in TsStreamWriter
51 mDirectoryPath = null; in TsStreamWriter()
58 mDirectoryPath = externalFilesDir.getPath() + "/EngTsStream"; in TsStreamWriter()
59 mDirectory = new File(mDirectoryPath); in TsStreamWriter()
81 if (mChannel == null || mDirectoryPath == null) { in openFile()
92 String filePath = mDirectoryPath + "/" + mFileName; in openFile()