Searched refs:previousScore (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
H A D | RecentChannelEvaluatorTest.java | 106 double previousScore = Recommender.Evaluator.NOT_RECOMMENDED; in testMultiChannelsWithSimpleWatchLogs() local 109 assertThat(previousScore).isAtMost(score); in testMultiChannelsWithSimpleWatchLogs() 110 previousScore = score; in testMultiChannelsWithSimpleWatchLogs() 126 double previousScore = mEvaluator.evaluateChannel(channelId); in testScoreIncreasesWithNewWatchLog() local 133 assertThat(previousScore).isAtMost(mEvaluator.evaluateChannel(channelId)); in testScoreIncreasesWithNewWatchLog()
|
H A D | FavoriteChannelEvaluatorTest.java | 106 double previousScore = Recommender.Evaluator.NOT_RECOMMENDED; in testMultiChannelsWithSimpleWatchLogs() local 109 assertThat(previousScore).isAtMost(score); in testMultiChannelsWithSimpleWatchLogs() 110 previousScore = score; in testMultiChannelsWithSimpleWatchLogs() 170 double previousScore = mEvaluator.evaluateChannel(channelId); in testScoreIncreasesWithNewWatchLog() local 175 assertThat(previousScore).isAtMost(mEvaluator.evaluateChannel(channelId)); in testScoreIncreasesWithNewWatchLog()
|
/aosp12/frameworks/base/core/java/android/net/metrics/ |
H A D | IpConnectivityLog.java | 207 @Nullable Network previousDefaultNetwork, int previousScore, in logDefaultNetworkEvent() argument 214 previousDefaultNetwork, previousScore, previousLp, previousNc); in logDefaultNetworkEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | DefaultNetworkMetrics.java | 128 Network previousDefaultNetwork, int previousScore, LinkProperties previousLp, in logDefaultNetworkEvent() argument 130 logCurrentDefaultNetwork(timeMs, previousDefaultNetwork, previousScore, previousLp, in logDefaultNetworkEvent()
|
H A D | IpConnectivityMetrics.java | 378 int previousScore, LinkProperties previousLp, NetworkCapabilities previousNc) { in logDefaultNetworkEvent() argument 382 lp, nc, previousDefaultNetwork, previousScore, previousLp, previousNc); in logDefaultNetworkEvent()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | IIpConnectivityMetrics.aidl | 38 int previousScore, in LinkProperties previousLp, in NetworkCapabilities previousNc); in logDefaultNetworkEvent() argument
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/ |
H A D | NetworkWatchlistServiceTests.java | 120 int previousScore, LinkProperties previousLp, NetworkCapabilities previousNc) { in logDefaultNetworkEvent() argument
|