Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/car/services/src/com/android/server/wm/
H A DCarLaunchParamsModifier.java100 private final SparseIntArray mDefaultDisplayForProfileUser = new SparseIntArray(); field in CarLaunchParamsModifier
135 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()