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