Searched refs:mDefaultDisplayForProfileUser (Results 1 – 1 of 1) sorted by relevance
80 private final SparseIntArray mDefaultDisplayForProfileUser = new SparseIntArray(); field in CarLaunchParamsModifierUpdatableImpl119 int i = mDefaultDisplayForProfileUser.indexOfValue(displayId); in updateProfileUserConfigForDisplayRemovalLocked()121 mDefaultDisplayForProfileUser.removeAt(i); in updateProfileUserConfigForDisplayRemovalLocked()163 mDefaultDisplayForProfileUser.clear(); in maySwitchCurrentDriver()191 mDefaultDisplayForProfileUser.delete(userId); in removeUserFromAllowlistsLocked()220 int i = mDefaultDisplayForProfileUser.indexOfValue(displayId); in setDisplayAllowListForUser()222 mDefaultDisplayForProfileUser.removeAt(i); in setDisplayAllowListForUser()226 mDefaultDisplayForProfileUser.put(userId, displayIds[0]); in setDisplayAllowListForUser()429 int displayIdForUserProfile = mDefaultDisplayForProfileUser.get(userId, in fallbackDisplayAreaForUserLocked()432 int displayId = mDefaultDisplayForProfileUser.get(userId); in fallbackDisplayAreaForUserLocked()