Searched refs:nameLookupDelete (Results 1 – 1 of 1) sorted by relevance
4889 final SQLiteStatement nameLookupDelete = getWritableDatabase().compileStatement( in deleteNameLookup() local4892 nameLookupDelete.bindLong(1, dataId); in deleteNameLookup()4893 nameLookupDelete.execute(); in deleteNameLookup()