Searched refs:currentScore (Results 1 – 3 of 3) sorted by relevance
37 doReturn(score).`when`(it).currentScore in <lambda>()
1575 final Float currentScore = scoresByField.get(categoryId); in logFieldClassificationScore()1576 if (currentScore != null && currentScore > score) { in logFieldClassificationScore()1579 + " because it's less than " + currentScore); in logFieldClassificationScore()
5859 int currentScore, NetworkAgentConfig networkAgentConfig) { in registerNetworkAgent() argument5861 currentScore, networkAgentConfig, NetworkProvider.ID_NONE); in registerNetworkAgent()5882 int currentScore, NetworkAgentConfig networkAgentConfig, int providerId) { in registerNetworkAgent() argument5901 currentScore, mContext, mTrackerHandler, new NetworkAgentConfig(networkAgentConfig), in registerNetworkAgent()