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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DBoolean.java161 public static boolean getBoolean(String string) { method in class:Boolean
/dalvik/libcore/json/src/main/java/org/json/
H A DJSONArray.java285 public boolean getBoolean(int index) throws JSONException { method in class:JSONArray
H A DJSONObject.java374 public boolean getBoolean(String name) throws JSONException { method in class:JSONObject
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
H A DArray.java127 public static boolean getBoolean(Object array, int index) method in class:Array
167 return getBoolean(array, index) ? (byte)1 : (byte)0;
H A DField.java274 public boolean getBoolean(Object object) throws IllegalAccessException, method in class:Field
/dalvik/libcore/prefs/src/main/java/java/util/prefs/
H A DPreferences.java387 public abstract boolean getBoolean(String key, boolean deflt); method in class:Preferences
H A DAbstractPreferences.java431 public boolean getBoolean(String key, boolean deflt) { method in class:AbstractPreferences
/dalvik/libcore/sql/src/main/java/java/sql/
H A DCallableStatement.java175 public boolean getBoolean(int parameterIndex) throws SQLException; method in interface:CallableStatement
188 public boolean getBoolean(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java415 public boolean getBoolean(int columnIndex) throws SQLException; method in interface:ResultSet
428 public boolean getBoolean(String columnName) throws SQLException; method in interface:ResultSet
/dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java440 method = "getBoolean",
626 p.getBoolean(null, false);
802 * @test java.util.prefs.Preferences#getBoolean(String key, boolean def)
808 method = "getBoolean",
814 pref.getBoolean(null, false);
821 assertFalse(pref.getBoolean("testGetBooleanKey", true));
822 assertTrue(pref.getBoolean("testGetBooleanKey2", true));
1259 assertFalse(pref.getBoolean("testPutBooleanKey", true));
1857 public boolean getBoolean(String key, boolean deflt) { method in class:PreferencesTest.MockPreferences
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCResultSet.java155 public boolean getBoolean(int columnIndex) throws SQLException { method in class:JDBCResultSet
159 public boolean getBoolean(String columnName) throws SQLException { method in class:JDBCResultSet
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java328 public boolean getBoolean(int columnIndex) throws SQLException { method in class:Impl_RowSet
332 public boolean getBoolean(String columnName) throws SQLException { method in class:Impl_RowSet

Completed in 216 milliseconds