Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A 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()
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java562 excludedDirs.add(context.getNoBackupFilesDir().getCanonicalPath()); in getExtraExcludeDirsIfAny()
694 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()
703 deviceNbFilesDir = deContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()
H A DFullBackup.java447 NOBACKUP_DIR = ceContext.getNoBackupFilesDir(); in BackupScheme()
455 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir(); in BackupScheme()
/aosp12/frameworks/base/core/java/android/content/
H A DContextWrapper.java275 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextWrapper
276 return mBase.getNoBackupFilesDir(); in getNoBackupFilesDir()
H A DContext.java1199 public abstract File getNoBackupFilesDir(); in getNoBackupFilesDir() method in Context
/aosp12/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java225 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in MockContext
/aosp12/frameworks/base/test-mock/api/
H A Dcurrent.txt80 method public java.io.File getNoBackupFilesDir();
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1537 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in BridgeContext
/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java810 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextImpl
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7160 method public abstract java.io.File getNoBackupFilesDir();
7334 method public java.io.File getNoBackupFilesDir();
29224 method public java.io.File getNoBackupFilesDir();
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt1482 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File;
4079 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt10531 method public abstract java.io.File getNoBackupFilesDir();
10776 method public java.io.File getNoBackupFilesDir();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt1482 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File;
4077 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;