Searched defs:control (Results 1 - 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DControlTest.java61 private Control control; field in class:ControlTest
76 assertFalse(control.equals(subControl));
133 assertSame(control, Control.getControl(FORMAT_DEFAULT));
138 assertTrue(control.getClass() == Control.class);
147 assertSame(control, Control.getControl(list));
187 assertNotSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT));
192 control = Control.getNoFallbackControl(FORMAT_DEFAULT);
194 assertSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT));
199 assertTrue(control.getClass() != Control.class);
205 assertEquals(FORMAT_DEFAULT, control
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java780 * default locale and the specified control. Calling this method
784 * this.getClass().getClassLoader(), control),
795 * @param control
796 * the control which gives information for the resource bundle
801 * if <code>baseName</code> or <code>control</code> is
806 * if the given <code>control</code> doesn't perform properly
807 * (e.g., <code>control.getCandidateLocales</code> returns null.)
808 * Note that validation of <code>control</code> is performed as
814 Control control) {
819 control);
813 getBundle(String baseName, Control control) argument
892 getBundle(String baseName, Locale targetLocale, Control control) argument
1295 getBundle(String baseName, Locale targetLocale, ClassLoader loader, Control control) argument
1308 getBundleImpl(String baseName, Locale locale, ClassLoader loader, Control control) argument
1404 findBundle(CacheKey cacheKey, List<Locale> candidateLocales, List<String> formats, int index, Control control, ResourceBundle baseBundle) argument
1481 loadBundle(CacheKey cacheKey, List<String> formats, Control control, boolean reload) argument
1575 findBundleInCache(CacheKey cacheKey, Control control) argument
1682 putBundleInCache(CacheKey cacheKey, ResourceBundle bundle, Control control) argument
1715 setExpirationTime(CacheKey cacheKey, Control control) argument
[all...]

Completed in 26 milliseconds