Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DNetworkScore.java41 private final int mLegacyInt; field in NetworkScore
92 mLegacyInt = legacyInt; in NetworkScore()
98 mLegacyInt = in.readInt(); in NetworkScore()
108 return mLegacyInt; in getLegacyInt()
184 return "Score(" + mLegacyInt + " ; Policies : " + mPolicies + ")"; in toString()
189 dest.writeInt(mLegacyInt); in writeToParcel()
219 private int mLegacyInt = INVALID_LEGACY_INT; field in NetworkScore.Builder
235 mLegacyInt = score; in setLegacyInt()
325 return new NetworkScore(mLegacyInt, mPolicies, mKeepConnectedReason); in build()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DFullScore.java51 private final int mLegacyInt; field in FullScore
139 mLegacyInt = legacyInt; in FullScore()
224 return withPolicies(mLegacyInt, mPolicies, mKeepConnectedReason, in mixInScore()
265 return new FullScore(mLegacyInt, mPolicies | (1L << POLICY_IS_VALIDATED), in asValidated()
300 int score = mLegacyInt; in getLegacyInt()
331 "Score(" + mLegacyInt + " ; KeepConnected : " + mKeepConnectedReason in toString()