Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/net/
DScoredNetworkTest.java51 ScoredNetwork.ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, RANKING_SCORE_OFFSET); in ATTRIBUTES.putInt() argument
91 attr.putInt(ScoredNetwork.ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, Integer.MIN_VALUE); in scoredNetworksWithDifferentAttributeValues_notEqual()
138 attr.putInt(ScoredNetwork.ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, Integer.MAX_VALUE); in calculateRankingScoreShouldNotResultInIntegerOverflow()
147 attr.putInt(ScoredNetwork.ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, Integer.MIN_VALUE); in calculateRankingScoreShouldNotResultInIntegerUnderflow()
196 newNetwork.attributes.getInt(ScoredNetwork.ATTRIBUTES_KEY_RANKING_SCORE_OFFSET)); in shouldWriteAndReadFromParcelWhenAllFieldsSet()
/frameworks/base/core/java/android/net/
DScoredNetwork.java67 public static final String ATTRIBUTES_KEY_RANKING_SCORE_OFFSET = field in ScoredNetwork
248 && attributes.containsKey(ATTRIBUTES_KEY_RANKING_SCORE_OFFSET)); in hasRankingScore()
276 offset += attributes.getInt(ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, 0 /* default */); in calculateRankingScore()
/frameworks/base/api/
Dsystem-current.txt4733 …field public static final String ATTRIBUTES_KEY_RANKING_SCORE_OFFSET = "android.net.attributes.key…
/frameworks/base/non-updatable-api/
Dsystem-current.txt4733 …field public static final String ATTRIBUTES_KEY_RANKING_SCORE_OFFSET = "android.net.attributes.key…