Home
last modified time | relevance | path

Searched refs:setStrictI18n (Results 1 – 8 of 8) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DResourceLoaderTest.java47 resourceLoader.setStrictI18n(true); in shouldThrowExceptionOnI18nStrictModeInflateView()
55 resourceLoader.setStrictI18n(true); in shouldThrowExceptionOnI18nStrictModeInflateMenu()
62 resourceLoader.setStrictI18n(true); in shouldThrowExceptionOnI18nStrictModeInflatePreferences()
DPreferenceLoaderTest.java62 prefLoader.setStrictI18n(true); in shouldThrowI18nExceptionOnPrefsWithBareStrings()
DMenuLoaderTest.java56 menuLoader.setStrictI18n(true); in shouldThrowI18nExceptionOnMenuWithBareStrings()
DViewLoaderTest.java373 viewLoader.setStrictI18n(true); in shouldThrowI18nExceptionOnLayoutWithBareStrings()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DResourceLoader.java106 public void setStrictI18n( boolean strict ) { in setStrictI18n() method in ResourceLoader
109 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()
DXmlLoader.java17 public void setStrictI18n(boolean strict) { in setStrictI18n() method in XmlLoader
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectricTestRunner.java460 robolectricConfig.setStrictI18n(strictI18n);
581 resourceLoader.setStrictI18n(robolectricConfig.getStrictI18n());
DRobolectricConfig.java249 public void setStrictI18n(boolean strict) { in setStrictI18n() method in RobolectricConfig