HomeSort by relevance Sort by last modified time
    Searched full:msubtype (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/net/
NetworkIdentity.java 35 final int mSubType;
41 this.mSubType = subType;
48 return Objects.hashCode(mType, mSubType, mSubscriberId);
55 return mType == ident.mType && mSubType == ident.mSubType
67 subTypeName = TelephonyManager.getNetworkTypeName(mSubType);
69 subTypeName = Integer.toString(mSubType);
83 return mSubType;
NetworkInfo.java 105 private int mSubtype;
135 mSubtype = subtype;
148 mSubtype = source.mSubtype;
179 return mSubtype;
185 mSubtype = subtype;
401 dest.writeInt(mSubtype);
NetworkTemplate.java 204 switch (getNetworkClass(ident.mSubType)) {
222 switch (getNetworkClass(ident.mSubType)) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMultipart.java 36 protected String mSubType;
46 mSubType = MimeUtility.getHeaderParameter(contentType, null).split("/")[1];
81 this.mSubType = subType;
109 return mSubType;

Completed in 162 milliseconds