Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DBoolean.java171 public static boolean getBoolean(String string) { in getBoolean() method in Boolean
/libcore/libart/src/main/java/java/lang/reflect/
DField.java308 public boolean getBoolean(Object object) throws IllegalAccessException, in getBoolean() method in Field
313 private native boolean getBoolean(Object object, boolean accessible) in getBoolean() method in Field
/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
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java281 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java284 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in PreferencesTest.MockPreferences
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java174 public boolean getBoolean(int parameterIndex) throws SQLException; in getBoolean() method
187 public boolean getBoolean(String parameterName) throws SQLException; in getBoolean() method
DResultSet.java413 public boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() method
426 public boolean getBoolean(String columnName) throws SQLException; in getBoolean() method
/libcore/json/src/main/java/org/json/
DJSONArray.java326 public boolean getBoolean(int index) throws JSONException { in getBoolean() method in JSONArray
DJSONObject.java409 public boolean getBoolean(String name) throws JSONException { in getBoolean() method in JSONObject
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java998 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in OldPreferencesTest.MockPreferences