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