/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/common/ |
D | TemporaryFileManager.java | 45 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/ |
D | BackupAgent.java | 596 excludedDirs.add(context.getNoBackupFilesDir().getCanonicalPath()); in getExtraExcludeDirsIfAny() 728 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile() 737 deviceNbFilesDir = deContext.getNoBackupFilesDir().getCanonicalPath(); in fullBackupFile()
|
D | FullBackup.java | 447 NOBACKUP_DIR = ceContext.getNoBackupFilesDir(); in BackupScheme() 455 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir(); in BackupScheme()
|
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/ |
D | RavenwoodBaseContext.java | 203 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in RavenwoodBaseContext
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 302 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextWrapper 303 return mBase.getNoBackupFilesDir(); in getNoBackupFilesDir()
|
D | Context.java | 1440 public abstract File getNoBackupFilesDir(); in getNoBackupFilesDir() method in Context
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | ApplicationContext.java | 297 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ApplicationContext 300 return context.getNoBackupFilesDir(); in getNoBackupFilesDir()
|
D | BridgeContext.java | 1611 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in BridgeContext
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 225 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in MockContext
|
/frameworks/base/test-mock/api/ |
D | current.txt | 80 method public java.io.File getNoBackupFilesDir();
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 878 public File getNoBackupFilesDir() { in getNoBackupFilesDir() method in ContextImpl
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
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();
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1503 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File; 3961 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1503 HSPLandroid/app/ContextImpl;->getNoBackupFilesDir()Ljava/io/File; 3964 HSPLandroid/content/ContextWrapper;->getNoBackupFilesDir()Ljava/io/File;
|
/frameworks/base/core/api/ |
D | current.txt | 10593 method public abstract java.io.File getNoBackupFilesDir(); 10873 method public java.io.File getNoBackupFilesDir();
|