Home
last modified time | relevance | path

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

/frameworks/base/tests/MultiUser/src/com/android/test/multiuser/
DMultiUserSettingsTests.java114 final int oldGlobalFontWeight = getGlobalFontWeight(); in testChangingFontWeightOfABackgroundUser_shouldNotAffectUI() local
115 final int newFontWeightOfBgUser = 2 * Math.max(oldGlobalFontWeight, oldFontWeightOfBgUser); in testChangingFontWeightOfABackgroundUser_shouldNotAffectUI()
120 assertEquals(oldGlobalFontWeight, newGlobalFontWeight); in testChangingFontWeightOfABackgroundUser_shouldNotAffectUI()