Home
last modified time | relevance | path

Searched refs:appDefault (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DUserAspectRatioDetails.java170 final int appDefault = mKeyToAspectRatioMap in getSelectedUserMinAspectRatio() local
172 return mKeyToAspectRatioMap.getOrDefault(selectedKey, appDefault); in getSelectedUserMinAspectRatio()
177 final String appDefault = mKeyToAspectRatioMap.inverse() in getSelectedKey() local
184 return mKeyToAspectRatioMap.inverse().getOrDefault(userMinAspectRatio, appDefault); in getSelectedKey()
DUserAspectRatioManager.java122 final String appDefault = getAspectRatioStringOrDefault( in getUserMinAspectRatioEntry() local
127 return appDefault; in getUserMinAspectRatioEntry()
132 : mUserAspectRatioMap.getOrDefault(aspectRatio, appDefault); in getUserMinAspectRatioEntry()
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/appcompat/
DUserAspectRatioManagerTest.java251 final String appDefault = ResourcesUtils.getResourcesString(context, in testGetUserMinAspectRatioEntry() local
254 .isEqualTo(appDefault); in testGetUserMinAspectRatioEntry()
257 .isEqualTo(appDefault); in testGetUserMinAspectRatioEntry()