Searched refs:appDefault (Results 1 – 3 of 3) sorted by relevance
170 final int appDefault = mKeyToAspectRatioMap in getSelectedUserMinAspectRatio() local172 return mKeyToAspectRatioMap.getOrDefault(selectedKey, appDefault); in getSelectedUserMinAspectRatio()177 final String appDefault = mKeyToAspectRatioMap.inverse() in getSelectedKey() local184 return mKeyToAspectRatioMap.inverse().getOrDefault(userMinAspectRatio, appDefault); in getSelectedKey()
122 final String appDefault = getAspectRatioStringOrDefault( in getUserMinAspectRatioEntry() local127 return appDefault; in getUserMinAspectRatioEntry()132 : mUserAspectRatioMap.getOrDefault(aspectRatio, appDefault); in getUserMinAspectRatioEntry()
251 final String appDefault = ResourcesUtils.getResourcesString(context, in testGetUserMinAspectRatioEntry() local254 .isEqualTo(appDefault); in testGetUserMinAspectRatioEntry()257 .isEqualTo(appDefault); in testGetUserMinAspectRatioEntry()