Searched refs:dpsDataDir (Results 1 – 3 of 3) sorted by relevance
293 File dpsDataDir = AndroidFileEnvironment.getDeviceProtectedDataDir(context); in fromAbsolutePath() local294 directBootFilesPath = new File(dpsDataDir, "files").getAbsolutePath(); in fromAbsolutePath()295 directBootCachePath = new File(dpsDataDir, "cache").getAbsolutePath(); in fromAbsolutePath()
236 File dpsDataDir = dpsFilesDir.getParentFile(); in getDeviceProtectedDataDir() local237 return dpsDataDir; in getDeviceProtectedDataDir()
266 File dpsDataDir = AndroidFileEnvironment.getDeviceProtectedDataDir(context); in getDpsDataDirPath() local267 lazyDpsDataDirPath = dpsDataDir.getAbsolutePath(); in getDpsDataDirPath()