Searched refs:mSetSuperPrimaryStatement (Results 1 – 1 of 1) sorted by relevance
997 private SQLiteStatement mSetSuperPrimaryStatement; field in ContactsDatabaseHelper1080 mSetSuperPrimaryStatement = null; in refreshDatabaseCaches()6094 if (mSetSuperPrimaryStatement == null) { in setIsSuperPrimary()6095 mSetSuperPrimaryStatement = getWritableDatabase().compileStatement( in setIsSuperPrimary()6107 mSetSuperPrimaryStatement.bindLong(1, dataId); in setIsSuperPrimary()6108 mSetSuperPrimaryStatement.bindLong(2, mimeTypeId); in setIsSuperPrimary()6109 mSetSuperPrimaryStatement.bindLong(3, rawContactId); in setIsSuperPrimary()6110 mSetSuperPrimaryStatement.execute(); in setIsSuperPrimary()