HomeSort by relevance Sort by last modified time
    Searched defs:mSubType (Results 1 - 2 of 2) 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;
  /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 492 milliseconds