Home | History | Annotate | Download | only in slice

Lines Matching refs:mType

43     private final String mType;
47 mType = type;
55 mType = source.readString();
66 dest.writeString(mType);
74 return mType;
95 if (!mType.equals(candidate.mType)) return false;
103 return mType.equals(other.mType) && mRevision == other.mRevision;
108 return String.format("SliceSpec{%s,%d}", mType, mRevision);