Searched refs:getNoBackupFilesDir (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java321 * <li>The contents of the {@link #getNoBackupFilesDir()} directory</li>
329 * {@link #getNoBackupFilesDir()} offers.
336 * @see Context#getNoBackupFilesDir()
370 final String noBackupDir = ceContext.getNoBackupFilesDir().getCanonicalPath();
381 final String deviceNoBackupDir = deContext.getNoBackupFilesDir().getCanonicalPath();
557 * with a file inside the {@link #getNoBackupFilesDir()} directory, it will be ignored.
594 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath();
603 deviceNbFilesDir = deContext.getNoBackupFilesDir().getCanonicalPath();
H A DFullBackup.java368 NOBACKUP_DIR = ceContext.getNoBackupFilesDir();
376 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir();
/frameworks/support/compat/src/main/java/androidx/core/content/
H A DContextCompat.java562 public static File getNoBackupFilesDir(@NonNull Context context) { method in class:ContextCompat
564 return context.getNoBackupFilesDir();
/frameworks/base/core/java/android/content/
H A DContextWrapper.java243 public File getNoBackupFilesDir() { method in class:ContextWrapper
244 return mBase.getNoBackupFilesDir();
H A DContext.java984 public abstract File getNoBackupFilesDir(); method in class:Context
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java215 public File getNoBackupFilesDir() { method in class:MockContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1498 public File getNoBackupFilesDir() { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java646 public File getNoBackupFilesDir() { method in class:ContextImpl
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 230 milliseconds