Searched refs:sCurrentUser (Results 1 – 1 of 1) sorted by relevance
69 private static UserEnvironment sCurrentUser; field in Environment79 sCurrentUser = new UserEnvironment(userId); in initForCurrentUser()280 return sCurrentUser.getMediaDir(); in getMediaStorageDirectory()392 return sCurrentUser.getExternalDirsForApp()[0]; in getExternalStorageDirectory()545 return sCurrentUser.buildExternalStoragePublicDirs(type)[0]; in getExternalStoragePublicDirectory()554 return sCurrentUser.buildExternalStorageAndroidDataDirs(); in buildExternalStorageAndroidDataDirs()563 return sCurrentUser.buildExternalStorageAppDataDirs(packageName); in buildExternalStorageAppDataDirs()572 return sCurrentUser.buildExternalStorageAppMediaDirs(packageName); in buildExternalStorageAppMediaDirs()581 return sCurrentUser.buildExternalStorageAppObbDirs(packageName); in buildExternalStorageAppObbDirs()590 return sCurrentUser.buildExternalStorageAppFilesDirs(packageName); in buildExternalStorageAppFilesDirs()[all …]