Searched refs:mBackgroundUsersRestartedHere (Results 1 – 1 of 1) sorted by relevance
164 private final ArrayList<Integer> mBackgroundUsersRestartedHere = new ArrayList<>(); field in CarUserService282 writer.println("BackgroundUsersRestarted: " + mBackgroundUsersRestartedHere); in dump()1483 mBackgroundUsersRestartedHere.clear(); in startAllBackgroundUsers()1484 mBackgroundUsersRestartedHere.addAll(mBackgroundUsersToRestart); in startAllBackgroundUsers()1519 mBackgroundUsersRestartedHere.removeAll(usersToRemove); in startAllBackgroundUsers()1542 mBackgroundUsersRestartedHere.remove(user); in stopBackgroundUser()