Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java419 File efLocation = getExternalFilesDir(null); in onFullBackup() local
420 if (efLocation != null) { in onFullBackup()
552 File efLocation = getExternalFilesDir(null); in fullBackupFile() local
553 if (efLocation != null) { in fullBackupFile()
554 efDir = efLocation.getCanonicalPath(); in fullBackupFile()