Home
last modified time | relevance | path

Searched refs:mSocketType (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DQosSocketInfo.java60 private final int mSocketType; field in QosSocketInfo
114 return mSocketType; in getSocketType()
132 mSocketType = SOCK_STREAM; in QosSocketInfo()
156 mSocketType = SOCK_DGRAM; in QosSocketInfo()
178 mSocketType = in.readInt(); in QosSocketInfo()
235 dest.writeInt(mSocketType); in writeToParcelInternal()