Home
last modified time | relevance | path

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

/frameworks/base/tests/MultiUser/src/com/android/test/multiuser/
DMultiUserSettingsTests.java87 final int backgroundUserId = userManager.createUser("test_user", in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI() local
89 final float oldFontScaleOfBgUser = getFontScaleOfUser(backgroundUserId); in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI()
94 setFontScaleOfUser(newFontScaleOfBgUser, backgroundUserId); in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI()
98 setFontScaleOfUser(oldFontScaleOfBgUser, backgroundUserId); in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI()
99 userManager.removeUser(backgroundUserId); in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI()
111 final int backgroundUserId = userManager.createUser("test_user", in testChangingFontWeightOfABackgroundUser_shouldNotAffectUI() local
113 final int oldFontWeightOfBgUser = getFontWeightOfUser(backgroundUserId); in testChangingFontWeightOfABackgroundUser_shouldNotAffectUI()
118 setFontWeightOfUser(newFontWeightOfBgUser, backgroundUserId); in testChangingFontWeightOfABackgroundUser_shouldNotAffectUI()
122 setFontWeightOfUser(oldFontWeightOfBgUser, backgroundUserId); in testChangingFontWeightOfABackgroundUser_shouldNotAffectUI()
123 userManager.removeUser(backgroundUserId); in testChangingFontWeightOfABackgroundUser_shouldNotAffectUI()