Searched refs:mSystemUnlockedUsers (Results 1 – 1 of 1) sorted by relevance
324 private int[] mSystemUnlockedUsers = EmptyArray.INT; field in StorageManagerService945 systemUnlockedUsers = mSystemUnlockedUsers; in resetIfBootedAndConnected()1009 mSystemUnlockedUsers = ArrayUtils.appendInt(mSystemUnlockedUsers, userId); in completeUnlockUser()1024 mSystemUnlockedUsers = ArrayUtils.removeInt(mSystemUnlockedUsers, userId); in onCleanupUser()1375 for (int userId : mSystemUnlockedUsers) { in onVolumeStateChangedLocked()2860 return ArrayUtils.contains(mSystemUnlockedUsers, userId); in isSystemUnlocked()3861 pw.println("System unlocked users: " + Arrays.toString(mSystemUnlockedUsers)); in dump()