Searched refs:sCurrentUser (Results 1 – 2 of 2) sorted by relevance
84 private static UserEnvironment sCurrentUser; field in Environment95 sCurrentUser = new UserEnvironment(userId); in initForCurrentUser()571 return sCurrentUser.getExternalDirs()[0]; in getExternalStorageDirectory()856 return sCurrentUser.buildExternalStoragePublicDirs(type)[0]; in getExternalStoragePublicDirectory()866 return sCurrentUser.buildExternalStorageAndroidDataDirs(); in buildExternalStorageAndroidDataDirs()876 return sCurrentUser.buildExternalStorageAppDataDirs(packageName); in buildExternalStorageAppDataDirs()886 return sCurrentUser.buildExternalStorageAppMediaDirs(packageName); in buildExternalStorageAppMediaDirs()896 return sCurrentUser.buildExternalStorageAppObbDirs(packageName); in buildExternalStorageAppObbDirs()906 return sCurrentUser.buildExternalStorageAppFilesDirs(packageName); in buildExternalStorageAppFilesDirs()916 return sCurrentUser.buildExternalStorageAppCacheDirs(packageName); in buildExternalStorageAppCacheDirs()[all …]
391 private static int sCurrentUser; field in KeyguardUpdateMonitor396 sCurrentUser = currentUser; in setCurrentUser()400 return sCurrentUser; in getCurrentUser()