Searched refs:propertiesName (Results 1 – 1 of 1) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ControlTest.java | 457 String propertiesName = Support_Resources.RESOURCE_PACKAGE_NAME in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() local 468 control.toBundleName(propertiesName, frFR), "properties")); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 497 ResourceBundle otherBundle = control.newBundle(propertiesName, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 502 otherBundle = control.newBundle(propertiesName, Locale.ROOT, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 523 control.needsReload(propertiesName, frFR, PROPERTIES, URLLoader, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 534 control.needsReload(propertiesName, null, PROPERTIES, URLLoader, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 541 control.needsReload(propertiesName, frFR, null, URLLoader, bundle, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 548 control.needsReload(propertiesName, frFR, PROPERTIES, null, bundle, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() 555 control.needsReload(propertiesName, frFR, PROPERTIES, URLLoader, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ()
|