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.java4926 final Cursor existsCursor = getReadableDatabase().rawQuery( in rawContactHasSuperPrimary() local
4933 if (!existsCursor.moveToFirst()) throw new IllegalStateException(); in rawContactHasSuperPrimary()
4934 return existsCursor.getInt(0) != 0; in rawContactHasSuperPrimary()
4936 existsCursor.close(); in rawContactHasSuperPrimary()