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