Searched refs:mSystemUnlockedUsers (Results 1 – 1 of 1) sorted by relevance
440 private int[] mSystemUnlockedUsers = EmptyArray.INT; field in StorageManagerService1093 systemUnlockedUsers = Arrays.copyOf(mSystemUnlockedUsers, in resetIfBootedAndConnected()1094 mSystemUnlockedUsers.length); in resetIfBootedAndConnected()1224 for (int unlockedUser : mSystemUnlockedUsers) { in completeUnlockUser()1241 mSystemUnlockedUsers = ArrayUtils.appendInt(mSystemUnlockedUsers, userId); in completeUnlockUser()1263 mSystemUnlockedUsers = ArrayUtils.removeInt(mSystemUnlockedUsers, userId); in onUserStopped()1332 for (int userId : mSystemUnlockedUsers) { in remountVolumesForRunningUsersOnMove()1802 for (int userId : mSystemUnlockedUsers) { in onVolumeStateChangedAsync()3339 return ArrayUtils.contains(mSystemUnlockedUsers, userId); in isSystemUnlocked()4768 pw.println("System unlocked users: " + Arrays.toString(mSystemUnlockedUsers)); in dump()