Searched refs:prefLoader (Results 1 – 1 of 1) sorted by relevance
29 private PreferenceLoader prefLoader; field in PreferenceLoaderTest39 prefLoader = new PreferenceLoader(resourceExtractor); in setUp()40 new DocumentLoader(prefLoader).loadResourceXmlDir(resourceFile("res", "xml")); in setUp()45 PreferenceScreen screen = prefLoader.inflatePreferences(new Activity(), "xml/preferences"); in shouldCreateCorrectClasses()51 … PreferenceScreen screen = prefLoader.inflatePreferences(new Activity(), R.xml.preferences); in shouldLoadByResourceId()61 prefLoader = new PreferenceLoader(resourceExtractor); in shouldThrowI18nExceptionOnPrefsWithBareStrings()62 prefLoader.setStrictI18n(true); in shouldThrowI18nExceptionOnPrefsWithBareStrings()63 new DocumentLoader(prefLoader).loadResourceXmlDir(resourceFile("res", "xml")); in shouldThrowI18nExceptionOnPrefsWithBareStrings()65 prefLoader.inflatePreferences(Robolectric.application, R.xml.preferences); in shouldThrowI18nExceptionOnPrefsWithBareStrings()