Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerConfigChangeTests.java124 private static class FontScaleSession extends SettingsSession<Float> { class in ActivityManagerConfigChangeTests
125 FontScaleSession() { in FontScaleSession() method in ActivityManagerConfigChangeTests.FontScaleSession
134 try (final FontScaleSession fontScaleSession = new FontScaleSession()) { in testChangeFontScale()