Searched refs:UserEnvironment (Results 1 – 6 of 6) sorted by relevance
66 private static UserEnvironment sCurrentUser;103 sCurrentUser = new UserEnvironment(userId); in initForCurrentUser()111 public static class UserEnvironment { class in Environment121 public UserEnvironment(int userId) { in UserEnvironment() method in Environment.UserEnvironment
39 import android.os.Environment.UserEnvironment;1290 final UserEnvironment userEnv = new UserEnvironment(user.getIdentifier()); in createEmulatedVolumeForUserLocked()2163 final UserEnvironment userEnv = new UserEnvironment(userId); in mkdirs()2733 final UserEnvironment userEnv = new UserEnvironment(userId); in buildObbPath()2757 final UserEnvironment ownerEnv = new UserEnvironment(UserHandle.USER_OWNER); in buildObbPath()
73 import android.os.Environment.UserEnvironment;3046 final UserEnvironment userEnv = new UserEnvironment(UserHandle.USER_OWNER); in writeApkToBackup()
34 import android.os.Environment.UserEnvironment;297 final UserEnvironment userEnv = new UserEnvironment(item.userId); in onHandleIntent()
116 import android.os.Environment.UserEnvironment;7202 final UserEnvironment userEnv = new UserEnvironment(mStats.userHandle); in handleStartCopy()9721 final UserEnvironment userEnv = new UserEnvironment(curUser); in clearExternalStorageDataSync()
711 android.os.Environment$UserEnvironment