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

/dalvik/libcore/luni/src/main/java/java/util/
H A DListResourceBundle.java114 public final Object handleGetObject(String key) { method in class:ListResourceBundle
H A DPropertyResourceBundle.java119 public Object handleGetObject(String key) { method in class:PropertyResourceBundle
H A DResourceBundle.java98 public Object handleGetObject(String name) { method in class:ResourceBundle.MissingBundle
271 * it's not null) by calling the {@link #handleGetObject} method. If the resource still
283 Object result = theParent.handleGetObject(key);
425 protected abstract Object handleGetObject(String key); method in class:ResourceBundle
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DListResourceBundleTest.java81 method = "handleGetObject",
106 result.addElement(bundle.handleGetObject((String)keys.nextElement()));
H A DResourceBundleTest.java302 protected Object handleGetObject(String key) { method in class:ResourceBundleTest.Mock_ResourceBundle

Completed in 449 milliseconds