Home
last modified time | relevance | path

Searched refs:existsCursor (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java6180 final Cursor existsCursor = getReadableDatabase().rawQuery( in rawContactHasSuperPrimary() local
6187 if (!existsCursor.moveToFirst()) throw new IllegalStateException(); in rawContactHasSuperPrimary()
6188 return existsCursor.getInt(0) != 0; in rawContactHasSuperPrimary()
6190 existsCursor.close(); in rawContactHasSuperPrimary()