Searched refs:EXTRA_FONT_ACTIVITY_DPI (Results 1 – 3 of 3) sorted by relevance
19 import static android.server.wm.app.Components.FontScaleActivity.EXTRA_FONT_ACTIVITY_DPI;78 bundle -> bundle.putInt(EXTRA_FONT_ACTIVITY_DPI, fontActivityDpi)); in dumpActivityDpi()
412 public static final String EXTRA_FONT_ACTIVITY_DPI = "fontActivityDpi"; field in Components.FontScaleActivity
26 import static android.server.wm.app.Components.FontScaleActivity.EXTRA_FONT_ACTIVITY_DPI;257 if (!extras.containsKey(EXTRA_FONT_ACTIVITY_DPI)) { in testChangeFontScale()260 final int densityDpi = extras.getInt(EXTRA_FONT_ACTIVITY_DPI); in testChangeFontScale()