Android platform will always return the same value for both functions.
On the other hand:
getLocaleName will return Locale value
getPreferredLanguage will return Language
The locale is not same as Language.
The locale control how numbers, dates, and times display for your region.
Language settings control in what language text appears independently of the locale settings.