Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/voice/
H A DHotwordDetectedResult.java167 public static int getMaxScore() { in getMaxScore() method in HotwordDetectedResult
277 totalBits += bitCount(HotwordDetectedResult.getMaxScore()); in getUsageSize()
280 totalBits += bitCount(HotwordDetectedResult.getMaxScore()); in getUsageSize()
302 Preconditions.checkArgumentInRange(mScore, 0, getMaxScore(), "score"); in onConstructed()
303 Preconditions.checkArgumentInRange(mPersonalizedScore, 0, getMaxScore(), in onConstructed()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java151 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in ContactMatcher
195 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
H A DRawContactMatcher.java156 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in RawContactMatcher
193 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10571 method public static int getMaxScore();