Home | History | Annotate | Download | only in app

Lines Matching refs:getDataDir

517                 mPreferencesDir = new File(getDataDir(), "shared_prefs");
606 mFilesDir = new File(getDataDir(), "files");
616 mNoBackupFilesDir = new File(getDataDir(), "no_backup");
659 mCacheDir = new File(getDataDir(), "cache");
669 mCodeCacheDir = new File(getDataDir(), "code_cache");
799 mDatabasesDir = new File(getDataDir(), "databases");
2185 public File getDataDir() {
2216 File file = makeFilename(getDataDir(), name);