Home
last modified time | relevance | path

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

/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarLaunchParamsModifierUpdatableImpl.java80 private final SparseIntArray mDefaultDisplayForProfileUser = new SparseIntArray(); field in CarLaunchParamsModifierUpdatableImpl
119 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()