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

/frameworks/support/compat/api21/android/support/v4/content/
H A DContextCompatApi21.java29 public static File getNoBackupFilesDir(Context context) { method in class:ContextCompatApi21
30 return context.getNoBackupFilesDir();
/frameworks/support/compat/java/android/support/v4/content/
H A DContextCompat.java470 public static final File getNoBackupFilesDir(Context context) { method in class:ContextCompat
473 return ContextCompatApi21.getNoBackupFilesDir(context);
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java267 * <li>The contents of the {@link #getNoBackupFilesDir()} directory</li>
275 * {@link #getNoBackupFilesDir()} offers.
282 * @see Context#getNoBackupFilesDir()
316 final String noBackupDir = ceContext.getNoBackupFilesDir().getCanonicalPath();
327 final String deviceNoBackupDir = deContext.getNoBackupFilesDir().getCanonicalPath();
495 * with a file inside the {@link #getNoBackupFilesDir()} directory, it will be ignored.
532 nbFilesDir = ceContext.getNoBackupFilesDir().getCanonicalPath();
541 deviceNbFilesDir = deContext.getNoBackupFilesDir().getCanonicalPath();
H A DFullBackup.java329 NOBACKUP_DIR = ceContext.getNoBackupFilesDir();
337 DEVICE_NOBACKUP_DIR = deContext.getNoBackupFilesDir();
/frameworks/base/core/java/android/content/
H A DContextWrapper.java227 public File getNoBackupFilesDir() { method in class:ContextWrapper
228 return mBase.getNoBackupFilesDir();
H A DContext.java889 public abstract File getNoBackupFilesDir(); method in class:Context
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java201 public File getNoBackupFilesDir() { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1396 public File getNoBackupFilesDir() { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java538 public File getNoBackupFilesDir() { method in class:ContextImpl

Completed in 408 milliseconds