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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDbModifierWithNotification.java167 && !values.getAsBoolean(Voicemails.DELETED)) {
187 if (isDirty == 0 && values.containsKey(Calls.IS_READ) && getAsBoolean(values,
372 * A variant of {@link ContentValues#getAsBoolean(String)} that also treat the string "0" as
375 * {@link ContentValues#getAsBoolean(String)}
377 private static Boolean getAsBoolean(ContentValues values, String key) { method in class:DbModifierWithNotification
387 return values.getAsBoolean(key);

Completed in 94 milliseconds