Searched refs:mKeyphrase (Results 1 – 1 of 1) sorted by relevance
44 private final String mKeyphrase; field in KeyphraseMetadata52 this.mKeyphrase = keyphrase; in KeyphraseMetadata()63 return mKeyphrase; in getKeyphrase()113 "keyphrase = " + mKeyphrase + ", " + in toString()133 && java.util.Objects.equals(mKeyphrase, that.mKeyphrase) in equals()146 _hash = 31 * _hash + java.util.Objects.hashCode(mKeyphrase); in hashCode()159 dest.writeString(mKeyphrase); in writeToParcel()181 this.mKeyphrase = keyphrase; in KeyphraseMetadata()183 NonNull.class, null, mKeyphrase); in KeyphraseMetadata()