Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DVpnTransportInfo.java55 private final boolean mLongLivedTcpConnectionsExpensive; field in VpnTransportInfo
76 mBypassable, mLongLivedTcpConnectionsExpensive); in makeCopy()
104 this.mLongLivedTcpConnectionsExpensive = longLivedTcpConnectionsExpensive; in VpnTransportInfo()
150 return mLongLivedTcpConnectionsExpensive; in areLongLivedTcpConnectionsExpensive()
177 && (this.mLongLivedTcpConnectionsExpensive in equals()
178 == that.mLongLivedTcpConnectionsExpensive); in equals()
183 return Objects.hash(mType, mSessionId, mBypassable, mLongLivedTcpConnectionsExpensive); in hashCode()
190 mType, mSessionId, mBypassable, mLongLivedTcpConnectionsExpensive); in toString()
203 dest.writeBoolean(mLongLivedTcpConnectionsExpensive); in writeToParcel()