Searched refs:mSubtype (Results 1 – 4 of 4) sorted by relevance
30 protected byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbACEndpoint42 return mSubtype; in getSubtype()47 mSubtype = stream.getByte(); in parseRawDescriptors()
80 protected final byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbACInterface86 mSubtype = subtype; in UsbACInterface()91 return mSubtype; in getSubtype()
139 private int mSubtype; field in NetworkInfo162 mSubtype = subtype; in NetworkInfo()175 mSubtype = source.mSubtype; in NetworkInfo()232 return mSubtype; in getSubtype()242 mSubtype = subtype; in setSubtype()550 dest.writeInt(mSubtype); in writeToParcel()
47723 Landroid/net/NetworkInfo;->mSubtype:I