Searched refs:mCategoryId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
H A DFieldClassification.java111 private final String mCategoryId; field in class:FieldClassification.Match
116 mCategoryId = Preconditions.checkNotNull(categoryId);
125 return mCategoryId;
153 Helper.appendRedacted(string, mCategoryId);
158 parcel.writeString(mCategoryId);

Completed in 165 milliseconds