Home | History | Annotate | Download | only in app

Lines Matching refs:mFilesDir

198     private File mFilesDir;
605 if (mFilesDir == null) {
606 mFilesDir = new File(getDataDir(), "files");
608 return ensurePrivateDirExists(mFilesDir);