Searched refs:USER_MIN_ASPECT_RATIO_DISPLAY_SIZE (Results 1 – 3 of 3) sorted by relevance
48 import static android.content.pm.PackageManager.USER_MIN_ASPECT_RATIO_DISPLAY_SIZE;1187 case USER_MIN_ASPECT_RATIO_DISPLAY_SIZE: in getUserMinAspectRatio()
33 import static android.content.pm.PackageManager.USER_MIN_ASPECT_RATIO_DISPLAY_SIZE;2295 testUserOverrideAspectRatio(expectedAspectRatio, USER_MIN_ASPECT_RATIO_DISPLAY_SIZE);2306 testUserOverrideAspectRatio(expectedAspectRatio, USER_MIN_ASPECT_RATIO_DISPLAY_SIZE);
2371 USER_MIN_ASPECT_RATIO_DISPLAY_SIZE,2403 public static final int USER_MIN_ASPECT_RATIO_DISPLAY_SIZE = 2; field in PackageManager