Searched refs:handleGetObject (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DListResourceBundle.java108 public final Object handleGetObject(String key) { method in class:ListResourceBundle
H A DPropertyResourceBundle.java125 public Object handleGetObject(String key) { method in class:PropertyResourceBundle
H A DResourceBundle.java103 public Object handleGetObject(String name) { method in class:ResourceBundle.MissingBundle
422 * it's not null) by calling the {@link #handleGetObject} method. If the resource still
434 Object result = theParent.handleGetObject(key);
571 protected abstract Object handleGetObject(String key); method in class:ResourceBundle
639 if (handleGetObject(key) != null) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DListResourceBundleTest.java58 result.addElement(bundle.handleGetObject((String)keys.nextElement()));
H A DResourceBundleTest.java247 protected Object handleGetObject(String key) { method in class:ResourceBundleTest.Mock_ResourceBundle

Completed in 204 milliseconds