Searched refs:USER_MIN_ASPECT_RATIO_DISPLAY_SIZE (Results 1 – 3 of 3) sorted by relevance
52 import static android.content.pm.PackageManager.USER_MIN_ASPECT_RATIO_DISPLAY_SIZE;1152 case USER_MIN_ASPECT_RATIO_DISPLAY_SIZE: in getUserMinAspectRatio()
32 import static android.content.pm.PackageManager.USER_MIN_ASPECT_RATIO_DISPLAY_SIZE;2148 testUserOverrideAspectRatio(expectedAspectRatio, USER_MIN_ASPECT_RATIO_DISPLAY_SIZE);2159 testUserOverrideAspectRatio(expectedAspectRatio, USER_MIN_ASPECT_RATIO_DISPLAY_SIZE);
2594 USER_MIN_ASPECT_RATIO_DISPLAY_SIZE,2627 public static final int USER_MIN_ASPECT_RATIO_DISPLAY_SIZE = 2; field in PackageManager