Searched refs:getMaxScore (Results 1 – 2 of 2) sorted by relevance
218 public static int getMaxScore() { in getMaxScore() method in HotwordDetectedResult368 totalBits += bitCount(HotwordDetectedResult.getMaxScore()); in getUsageSize()371 totalBits += bitCount(HotwordDetectedResult.getMaxScore()); in getUsageSize()398 Preconditions.checkArgumentInRange(mScore, 0, getMaxScore(), "score"); in onConstructed()399 Preconditions.checkArgumentInRange(mPersonalizedScore, 0, getMaxScore(), in onConstructed()
13495 method public static int getMaxScore();