Home
last modified time | relevance | path

Searched refs:mBackgroundUsersToRestart (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DCarUserService.java185 private final ArrayList<Integer> mBackgroundUsersToRestart = new ArrayList<>(); field in CarUserService
370 writer.println("BackgroundUsersToRestart: " + mBackgroundUsersToRestart); in dump()
1922 mBackgroundUsersToRestart.remove(user); in onUserUnlocked()
1923 mBackgroundUsersToRestart.add(0, user); in onUserUnlocked()
1927 int userToDrop = mBackgroundUsersToRestart.get( in onUserUnlocked()
1928 mBackgroundUsersToRestart.size() - 1); in onUserUnlocked()
1932 mBackgroundUsersToRestart.remove(mBackgroundUsersToRestart.size() - 1); in onUserUnlocked()
2014 users = new ArrayList<>(mBackgroundUsersToRestart); in startAllBackgroundUsersInGarageMode()
2016 mBackgroundUsersRestartedHere.addAll(mBackgroundUsersToRestart); in startAllBackgroundUsersInGarageMode()
2046 for (Integer user : mBackgroundUsersToRestart) { in startAllBackgroundUsersInGarageMode()
[all …]