Searched refs:termMatchCode (Results 1 – 1 of 1) sorted by relevance
321 @SearchSpec.TermMatch int termMatchCode = mSearchSpec.getTermMatch(); in toSearchSpecProto() local322 TermMatchType.Code termMatchCodeProto = TermMatchType.Code.forNumber(termMatchCode); in toSearchSpecProto()324 throw new IllegalArgumentException("Invalid term match type: " + termMatchCode); in toSearchSpecProto()