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.java136 assertSame(control, Control.getControl(FORMAT_DEFAULT)); in test_getControl_LList()
137 assertSame(controlC, Control.getControl(FORMAT_CLASS)); in test_getControl_LList()
138 assertSame(controlP, Control.getControl(FORMAT_PROPERTIES)); in test_getControl_LList()
147 assertSame(controlC, Control.getControl(list)); in test_getControl_LList()
150 assertSame(control, Control.getControl(list)); in test_getControl_LList()
154 Control.getControl(null); in test_getControl_LList()
161 Control.getControl(list); in test_getControl_LList()
170 Control.getControl(list); in test_getControl_LList()
178 Control.getControl(list); in test_getControl_LList()
673 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