/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | TemporaryFileManager.java | 44 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 D | BackupAgent.java | 562 excludedDirs.add(context.getNoBackupFilesDir().getCanonicalPath()); in getExtraExcludeDirsIfAny() 694 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile() 703 deviceNbFilesDir = deContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()
|
H A D | FullBackup.java | 447 NOBACKUP_DIR = ceContext.getNoBackupFilesDir(); in BackupScheme() 455 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir(); in BackupScheme()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContextWrapper.java | 275 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextWrapper 276 return mBase.getNoBackupFilesDir(); in getNoBackupFilesDir()
|
H A D | Context.java | 1199 public abstract File getNoBackupFilesDir(); in getNoBackupFilesDir() method in Context
|
/aosp12/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockContext.java | 225 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in MockContext
|
/aosp12/frameworks/base/test-mock/api/ |
H A D | current.txt | 80 method public java.io.File getNoBackupFilesDir();
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeContext.java | 1537 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in BridgeContext
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 810 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextImpl
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 7160 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 D | boot-image-profile.txt | 1482 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File; 4079 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 10531 method public abstract java.io.File getNoBackupFilesDir(); 10776 method public java.io.File getNoBackupFilesDir();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1482 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File; 4077 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;
|