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