Searched refs:UserEnvironment (Results 1 – 6 of 6) sorted by relevance
30 import android.os.Environment.UserEnvironment;74 UserEnvironment environment = new UserEnvironment(userId); in onStartJob()
260 Environment.UserEnvironment userEnv = in backupObb()261 new Environment.UserEnvironment(userId); in backupObb()
84 private static UserEnvironment sCurrentUser;95 sCurrentUser = new UserEnvironment(userId); in initForCurrentUser()99 public static class UserEnvironment { class in Environment103 public UserEnvironment(int userId) { in UserEnvironment() method in Environment.UserEnvironment
454 Environment.UserEnvironment userEnv = in createObbDirForPackage()455 new Environment.UserEnvironment(UserHandle.USER_SYSTEM); in createObbDirForPackage()
75 import android.os.Environment.UserEnvironment;2965 final UserEnvironment userEnv = new UserEnvironment(userId); in mkdirs()
2756 android.os.Environment$UserEnvironment