Searched refs:backgroundUserId (Results 1 – 1 of 1) sorted by relevance
87 final int backgroundUserId = userManager.createUser("test_user", in testChangingFontScaleOfABackgroundUser_shouldNotAffectUI() local89 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() local113 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()