Class ShadowLocaleData


  • @Implements(value=libcore.icu.LocaleData.class,
                isInAndroidSdk=false)
    public class ShadowLocaleData
    extends java.lang.Object
    Robolectric only supports en_US regardless of the default locale set in the JVM.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REAL_CLASS_NAME  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static libcore.icu.LocaleData get​(java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • ShadowLocaleData

        public ShadowLocaleData()
    • Method Detail

      • get

        @Implementation
        public static libcore.icu.LocaleData get​(java.util.Locale locale)