Searched refs:sCurrentUser (Results 1 – 3 of 3) sorted by relevance
160 private static UserEnvironment sCurrentUser; field in Environment171 sCurrentUser = new UserEnvironment(userId); in initForCurrentUser()784 return sCurrentUser.getExternalDirs()[0]; in getExternalStorageDirectory()1094 return sCurrentUser.buildExternalStoragePublicDirs(type)[0]; in getExternalStoragePublicDirectory()1104 return sCurrentUser.buildExternalStorageAndroidDataDirs(); in buildExternalStorageAndroidDataDirs()1113 return sCurrentUser.buildExternalStorageAndroidObbDirs(); in buildExternalStorageAndroidObbDirs()1123 return sCurrentUser.buildExternalStorageAppDataDirs(packageName); in buildExternalStorageAppDataDirs()1133 return sCurrentUser.buildExternalStorageAppMediaDirs(packageName); in buildExternalStorageAppMediaDirs()1143 return sCurrentUser.buildExternalStorageAppObbDirs(packageName); in buildExternalStorageAppObbDirs()1153 return sCurrentUser.buildExternalStorageAppFilesDirs(packageName); in buildExternalStorageAppFilesDirs()[all …]
1183 private static volatile int sCurrentUser$ravenwood = UserHandle.USER_NULL;1188 sCurrentUser$ravenwood = currentUser; in init$ravenwood()1194 sCurrentUser$ravenwood = UserHandle.USER_NULL; in reset$ravenwood()5225 return sCurrentUser$ravenwood; in getCurrentUser$ravenwood()
477 private static int sCurrentUser; field in KeyguardUpdateMonitor481 sCurrentUser = currentUser; in setCurrentUser()490 return sCurrentUser; in getCurrentUser()