Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/common/
DTemporaryFileManager.java45 return File.createTempFile("package", ".apk", context.getNoBackupFilesDir()); in getStagedFile()
57 return new File(context.getNoBackupFilesDir(), "install_results.xml"); in getInstallStateFile()
69 return new File(context.getNoBackupFilesDir(), "uninstall_results.xml"); in getUninstallStateFile()
76 File[] filesOnBoot = context.getNoBackupFilesDir().listFiles(); in onReceive()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java596 excludedDirs.add(context.getNoBackupFilesDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
728 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()
737 deviceNbFilesDir = deContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()
DFullBackup.java447 NOBACKUP_DIR = ceContext.getNoBackupFilesDir(); in BackupScheme()
455 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir(); in BackupScheme()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java203 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in RavenwoodBaseContext
/frameworks/base/core/java/android/content/
DContextWrapper.java302 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextWrapper
303 return mBase.getNoBackupFilesDir(); in getNoBackupFilesDir()
DContext.java1440 public abstract File getNoBackupFilesDir(); in getNoBackupFilesDir() method in Context
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java297 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ApplicationContext
300 return context.getNoBackupFilesDir(); in getNoBackupFilesDir()
DBridgeContext.java1611 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in BridgeContext
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java225 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in MockContext
/frameworks/base/test-mock/api/
Dcurrent.txt80 method public java.io.File getNoBackupFilesDir();
/frameworks/base/core/java/android/app/
DContextImpl.java878 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextImpl
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7160 method public abstract java.io.File getNoBackupFilesDir();
7334 method public java.io.File getNoBackupFilesDir();
29224 method public java.io.File getNoBackupFilesDir();
/frameworks/base/boot/
Dboot-image-profile.txt1503 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File;
3961 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;
/frameworks/base/config/
Dboot-image-profile.txt1503 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File;
3964 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;
/frameworks/base/core/api/
Dcurrent.txt10593 method public abstract java.io.File getNoBackupFilesDir();
10873 method public java.io.File getNoBackupFilesDir();