Searched refs:setStrictI18n (Results 1 – 8 of 8) sorted by relevance
47 resourceLoader.setStrictI18n(true); in shouldThrowExceptionOnI18nStrictModeInflateView()55 resourceLoader.setStrictI18n(true); in shouldThrowExceptionOnI18nStrictModeInflateMenu()62 resourceLoader.setStrictI18n(true); in shouldThrowExceptionOnI18nStrictModeInflatePreferences()
62 prefLoader.setStrictI18n(true); in shouldThrowI18nExceptionOnPrefsWithBareStrings()
56 menuLoader.setStrictI18n(true); in shouldThrowI18nExceptionOnMenuWithBareStrings()
373 viewLoader.setStrictI18n(true); in shouldThrowI18nExceptionOnLayoutWithBareStrings()
106 public void setStrictI18n( boolean strict ) { in setStrictI18n() method in ResourceLoader109 viewLoader.setStrictI18n( strict ); in setStrictI18n()112 menuLoader.setStrictI18n( strict ); in setStrictI18n()115 preferenceLoader.setStrictI18n( strict ); in setStrictI18n()134 viewLoader.setStrictI18n( strictI18n ); in init()135 menuLoader.setStrictI18n( strictI18n ); in init()136 preferenceLoader.setStrictI18n( strictI18n ); in init()
17 public void setStrictI18n(boolean strict) { in setStrictI18n() method in XmlLoader
460 robolectricConfig.setStrictI18n(strictI18n);581 resourceLoader.setStrictI18n(robolectricConfig.getStrictI18n());
249 public void setStrictI18n(boolean strict) { in setStrictI18n() method in RobolectricConfig