Searched refs:clearSuperPrimaryStatement (Results 1 – 1 of 1) sorted by relevance
4836 final SQLiteStatement clearSuperPrimaryStatement = getWritableDatabase().compileStatement( in clearSuperPrimary() local4841 clearSuperPrimaryStatement.bindLong(1, mimeTypeId); in clearSuperPrimary()4842 clearSuperPrimaryStatement.bindLong(2, rawContactId); in clearSuperPrimary()4843 clearSuperPrimaryStatement.execute(); in clearSuperPrimary()