Home
last modified time | relevance | path

Searched defs:getUserMinAspectRatioEntry (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DUserAspectRatioManager.java120 public String getUserMinAspectRatioEntry(@PackageManager.UserMinAspectRatio int aspectRatio, in getUserMinAspectRatioEntry() method in UserAspectRatioManager
152 public String getUserMinAspectRatioEntry(@NonNull String packageName, int userId) in getUserMinAspectRatioEntry() method in UserAspectRatioManager
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/appcompat/
DUserAspectRatioManagerTest.java243 private String getUserMinAspectRatioEntry(int aspectRatio, String packageName) { in getUserMinAspectRatioEntry() method in UserAspectRatioManagerTest