Home | History | Annotate | Download | only in app

Lines Matching defs:getDataDir

550                 mPreferencesDir = new File(getDataDir(), "shared_prefs");
639 mFilesDir = new File(getDataDir(), "files");
649 mNoBackupFilesDir = new File(getDataDir(), "no_backup");
692 mCacheDir = new File(getDataDir(), "cache");
702 mCodeCacheDir = new File(getDataDir(), "code_cache");
832 mDatabasesDir = new File(getDataDir(), "databases");
2241 public File getDataDir() {
2272 File file = makeFilename(getDataDir(), name);