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

/libcore/luni/src/main/java/java/lang/
H A DBoolean.java171 public static boolean getBoolean(String string) { method in class:Boolean
/libcore/luni/src/main/java/java/lang/reflect/
H A DArray.java114 public static boolean getBoolean(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException { method in class:Array
/libcore/json/src/main/java/org/json/
H A DJSONArray.java326 public boolean getBoolean(int index) throws JSONException { method in class:JSONArray
H A DJSONObject.java409 public boolean getBoolean(String name) throws JSONException { method in class:JSONObject
/libcore/libart/src/main/java/java/lang/reflect/
H A DField.java308 public boolean getBoolean(Object object) throws IllegalAccessException, method in class:Field
310 return getBoolean(object, isAccessible());
313 private native boolean getBoolean(Object object, boolean accessible) method in class:Field
/libcore/luni/src/main/java/java/util/prefs/
H A DPreferences.java281 public abstract boolean getBoolean(String key, boolean deflt); method in class:Preferences
H A DAbstractPreferences.java420 public boolean getBoolean(String key, boolean deflt) { method in class:AbstractPreferences
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DPreferencesTest.java284 public boolean getBoolean(String key, boolean deflt) { method in class:PreferencesTest.MockPreferences
/libcore/luni/src/main/java/java/sql/
H A DCallableStatement.java174 public boolean getBoolean(int parameterIndex) throws SQLException; method in interface:CallableStatement
187 public boolean getBoolean(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java413 public boolean getBoolean(int columnIndex) throws SQLException; method in interface:ResultSet
426 public boolean getBoolean(String columnName) throws SQLException; method in interface:ResultSet
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldPreferencesTest.java84 p.getBoolean(null, false);
199 pref.getBoolean(null, false);
206 assertFalse(pref.getBoolean("testGetBooleanKey", true));
207 assertTrue(pref.getBoolean("testGetBooleanKey2", true));
479 assertFalse(pref.getBoolean("testPutBooleanKey", true));
998 public boolean getBoolean(String key, boolean deflt) { method in class:OldPreferencesTest.MockPreferences

Completed in 248 milliseconds