Home
last modified time | relevance | path

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

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/
DAndroidUri.java293 File dpsDataDir = AndroidFileEnvironment.getDeviceProtectedDataDir(context); in fromAbsolutePath() local
294 directBootFilesPath = new File(dpsDataDir, "files").getAbsolutePath(); in fromAbsolutePath()
295 directBootCachePath = new File(dpsDataDir, "cache").getAbsolutePath(); in fromAbsolutePath()
DAndroidFileEnvironment.java236 File dpsDataDir = dpsFilesDir.getParentFile(); in getDeviceProtectedDataDir() local
237 return dpsDataDir; in getDeviceProtectedDataDir()
DAndroidFileBackend.java266 File dpsDataDir = AndroidFileEnvironment.getDeviceProtectedDataDir(context); in getDpsDataDirPath() local
267 lazyDpsDataDirPath = dpsDataDir.getAbsolutePath(); in getDpsDataDirPath()