Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java24 import static android.server.wm.app.Components.FONT_SCALE_NO_RELAUNCH_ACTIVITY;
203 testChangeFontScale(FONT_SCALE_NO_RELAUNCH_ACTIVITY, false /* relaunch */); in testChangeFontScaleNoRelaunch()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java51 public static final ComponentName FONT_SCALE_NO_RELAUNCH_ACTIVITY = field in Components