Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DTemporaryFileManager.java44 return File.createTempFile("package", ".apk", context.getNoBackupFilesDir()); in getStagedFile()
56 return new File(context.getNoBackupFilesDir(), "install_results.xml"); in getInstallStateFile()
68 return new File(context.getNoBackupFilesDir(), "uninstall_results.xml"); in getUninstallStateFile()
75 File[] filesOnBoot = context.getNoBackupFilesDir().listFiles(); in onReceive()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java391 final String noBackupDir = ceContext.getNoBackupFilesDir().getCanonicalPath(); in onFullBackup()
402 final String deviceNoBackupDir = deContext.getNoBackupFilesDir().getCanonicalPath(); in onFullBackup()
619 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()
628 deviceNbFilesDir = deContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()
DFullBackup.java370 NOBACKUP_DIR = ceContext.getNoBackupFilesDir(); in BackupScheme()
378 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir(); in BackupScheme()
/frameworks/base/core/java/android/content/
DContextWrapper.java247 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextWrapper
248 return mBase.getNoBackupFilesDir(); in getNoBackupFilesDir()
DContext.java1062 public abstract File getNoBackupFilesDir(); in getNoBackupFilesDir() method in Context
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java215 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in MockContext
/frameworks/base/test-mock/api/
Dcurrent.txt80 method public java.io.File getNoBackupFilesDir();
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1478 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java686 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextImpl
/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/config/
Dboot-image-profile.txt1221 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File;
3599 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;
/frameworks/base/api/
Dcurrent.txt9723 method public abstract java.io.File getNoBackupFilesDir();
9935 method public java.io.File getNoBackupFilesDir();