Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DNetworkScore.java41 private final int mLegacyInt; field in NetworkScore
106 mLegacyInt = legacyInt; in NetworkScore()
112 mLegacyInt = in.readInt(); in NetworkScore()
122 return mLegacyInt; in getLegacyInt()
203 dest.writeInt(mLegacyInt); in writeToParcel()
233 private int mLegacyInt = INVALID_LEGACY_INT; field in NetworkScore.Builder
249 mLegacyInt = score; in setLegacyInt()
339 return new NetworkScore(mLegacyInt, mPolicies, mKeepConnectedReason); in build()