Searched refs:sCurrentUser (Results 1 – 2 of 2) sorted by relevance
87 private static UserEnvironment sCurrentUser; field in Environment98 sCurrentUser = new UserEnvironment(userId); in initForCurrentUser()600 return sCurrentUser.getExternalDirs()[0]; in getExternalStorageDirectory()885 return sCurrentUser.buildExternalStoragePublicDirs(type)[0]; in getExternalStoragePublicDirectory()895 return sCurrentUser.buildExternalStorageAndroidDataDirs(); in buildExternalStorageAndroidDataDirs()905 return sCurrentUser.buildExternalStorageAppDataDirs(packageName); in buildExternalStorageAppDataDirs()915 return sCurrentUser.buildExternalStorageAppMediaDirs(packageName); in buildExternalStorageAppMediaDirs()925 return sCurrentUser.buildExternalStorageAppObbDirs(packageName); in buildExternalStorageAppObbDirs()935 return sCurrentUser.buildExternalStorageAppFilesDirs(packageName); in buildExternalStorageAppFilesDirs()945 return sCurrentUser.buildExternalStorageAppCacheDirs(packageName); in buildExternalStorageAppCacheDirs()[all …]
419 private static int sCurrentUser; field in KeyguardUpdateMonitor424 sCurrentUser = currentUser; in setCurrentUser()428 return sCurrentUser; in getCurrentUser()