Home | History | Annotate | Download | only in net

Lines Matching defs:mType

55     final int mType;
66 mType = type;
77 return Objects.hash(mType, mSubType, mSubscriberId, mNetworkId, mRoaming, mMetered,
85 return mType == ident.mType && mSubType == ident.mSubType && mRoaming == ident.mRoaming
97 builder.append("type=").append(getNetworkTypeName(mType));
101 } else if (ConnectivityManager.isNetworkTypeMobile(mType)) {
123 proto.write(NetworkIdentityProto.TYPE, mType);
139 return mType;
236 int res = Integer.compare(mType, another.mType);