Home
last modified time | relevance | path

Searched refs:ATTRIBUTES_KEY_RANKING_SCORE_OFFSET (Results 1 – 3 of 3) 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.java69 public static final String ATTRIBUTES_KEY_RANKING_SCORE_OFFSET = field in ScoredNetwork
250 && attributes.containsKey(ATTRIBUTES_KEY_RANKING_SCORE_OFFSET)); in hasRankingScore()
278 offset += attributes.getInt(ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, 0 /* default */); in calculateRankingScore()
/frameworks/base/core/api/
Dsystem-current.txt9733 …field @Deprecated public static final String ATTRIBUTES_KEY_RANKING_SCORE_OFFSET = "android.net.at…