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

/packages/apps/TV/src/com/android/tv/tuner/source/
H A DTsStreamWriter.java46 private final String mDirectoryPath; field in class:TsStreamWriter
54 mDirectoryPath = null;
61 mDirectoryPath = externalFilesDir.getPath() + "/EngTsStream";
62 mDirectory = new File(mDirectoryPath);
86 if (mChannel == null || mDirectoryPath == null) {
92 String filePath = mDirectoryPath + "/" + mFileName;

Completed in 74 milliseconds