Searched refs:existsCursor (Results 1 – 1 of 1) sorted by relevance
4957 final Cursor existsCursor = getReadableDatabase().rawQuery( in rawContactHasSuperPrimary() local4964 if (!existsCursor.moveToFirst()) throw new IllegalStateException(); in rawContactHasSuperPrimary()4965 return existsCursor.getInt(0) != 0; in rawContactHasSuperPrimary()4967 existsCursor.close(); in rawContactHasSuperPrimary()