Searched refs:mLegacyInt (Results 1 – 1 of 1) sorted by relevance
41 private final int mLegacyInt; field in NetworkScore106 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.Builder249 mLegacyInt = score; in setLegacyInt()339 return new NetworkScore(mLegacyInt, mPolicies, mKeepConnectedReason); in build()