Searched refs:mDefaultDisplayForProfileUser (Results 1 – 1 of 1) sorted by relevance
100 private final SparseIntArray mDefaultDisplayForProfileUser = new SparseIntArray(); field in CarLaunchParamsModifier135 int i = mDefaultDisplayForProfileUser.indexOfValue(displayId); in updateProfileUserConfigForDisplayRemovalLocked()137 mDefaultDisplayForProfileUser.removeAt(i); in updateProfileUserConfigForDisplayRemovalLocked()184 mDefaultDisplayForProfileUser.clear(); in handleCurrentUserSwitching()195 mDefaultDisplayForProfileUser.delete(userId); in removeUserFromAllowlistsLocked()233 int i = mDefaultDisplayForProfileUser.indexOfValue(displayId); in setDisplayAllowListForUser()235 mDefaultDisplayForProfileUser.removeAt(i); in setDisplayAllowListForUser()239 mDefaultDisplayForProfileUser.put(userId, displayIds[0]); in setDisplayAllowListForUser()497 int displayIdForUserProfile = mDefaultDisplayForProfileUser.get(userId, in fallbackDisplayArea()500 int displayId = mDefaultDisplayForProfileUser.get(userId); in fallbackDisplayArea()