Home
last modified time | relevance | path

Searched defs:getBoolean (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DBoolean.java172 public static boolean getBoolean(String string) { in getBoolean() method in Boolean
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java114 …public static boolean getBoolean(Object array, int index) throws IllegalArgumentException, ArrayIn… in getBoolean() method in Array
DField.java295 public boolean getBoolean(Object object) throws IllegalAccessException, in getBoolean() method in Field
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java272 public abstract boolean getBoolean(String key, boolean deflt); in getBoolean() method in Preferences
DAbstractPreferences.java420 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in AbstractPreferences
/libcore/json/src/main/java/org/json/
DJSONArray.java285 public boolean getBoolean(int index) throws JSONException { in getBoolean() method in JSONArray
DJSONObject.java374 public boolean getBoolean(String name) throws JSONException { in getBoolean() method in JSONObject
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java175 public boolean getBoolean(int parameterIndex) throws SQLException; in getBoolean() method
188 public boolean getBoolean(String parameterName) throws SQLException; in getBoolean() method
DResultSet.java415 public boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() method
428 public boolean getBoolean(String columnName) throws SQLException; in getBoolean() method
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java984 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in OldPreferencesTest.MockPreferences