Searched refs:strictI18n (Results 1 – 8 of 8) sorted by relevance
450 boolean strictI18n = globalI18nStrictEnabled();454 strictI18n = lookForI18nAnnotations(strictI18n, annos);458 strictI18n = lookForI18nAnnotations(strictI18n, annos);460 robolectricConfig.setStrictI18n(strictI18n);487 private boolean lookForI18nAnnotations(boolean strictI18n, Annotation[] annos) {491 strictI18n = true;495 strictI18n = false;499 return strictI18n;
33 private boolean strictI18n = false; field in RobolectricConfig246 return strictI18n; in getStrictI18n()250 strictI18n = strict; in setStrictI18n()
9 protected boolean strictI18n = false; field in XmlLoader18 this.strictI18n = strict; in setStrictI18n()
72 private boolean strictI18n = false; field in ResourceLoader107 this.strictI18n = strict; in setStrictI18n()120 return strictI18n; in getStrictI18n()134 viewLoader.setStrictI18n( strictI18n ); in init()135 menuLoader.setStrictI18n( strictI18n ); in init()136 preferenceLoader.setStrictI18n( strictI18n ); in init()
209 if (strictI18n) { in constructFragment()246 if (strictI18n) { in constructView()
129 if (strictI18n) { in constructPreference()
158 if (strictI18n) { in addChildrenInGroup()
31 private boolean strictI18n = false; field in ShadowWrangler51 strictI18n = robolectricConfig.getStrictI18n(); in configure()94 if (strictI18n && !invocationPlan.isI18nSafe()) { in methodInvoked()