Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:mSubtypeId

75     private final int mSubtypeId;
159 mSubtypeId = subtypeId;
162 private int mSubtypeId = 0;
211 builder.mSubtypeId = id;
278 mSubtypeId = builder.mSubtypeId;
282 mSubtypeHashCode = mSubtypeId != 0 ? mSubtypeId : hashCodeInternal(mSubtypeLocale,
300 mSubtypeId = source.readInt();
475 if (subtype.mSubtypeId != 0 || mSubtypeId != 0) {
505 dest.writeInt(mSubtypeId);