Home
last modified time | relevance | path

Searched refs:getControl (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DControlTest.java133 assertSame(control, Control.getControl(FORMAT_DEFAULT)); in test_getControl_LList()
134 assertSame(controlC, Control.getControl(FORMAT_CLASS)); in test_getControl_LList()
135 assertSame(controlP, Control.getControl(FORMAT_PROPERTIES)); in test_getControl_LList()
144 assertSame(controlC, Control.getControl(list)); in test_getControl_LList()
147 assertSame(control, Control.getControl(list)); in test_getControl_LList()
151 Control.getControl(null); in test_getControl_LList()
158 Control.getControl(list); in test_getControl_LList()
167 Control.getControl(list); in test_getControl_LList()
175 Control.getControl(list); in test_getControl_LList()
677 controlP = Control.getControl(FORMAT_PROPERTIES); in setUp()
[all …]
DResourceBundleTest.java37 …ResourceBundle.Control c = ResourceBundle.Control.getControl(ResourceBundle.Control.FORMAT_DEFAULT… in test_getCandidateLocales()
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java2093 public static final Control getControl(List<String> formats) { in getControl() method in ResourceBundle.Control