Searched refs:getMaxScore (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/voice/ |
H A D | HotwordDetectedResult.java | 167 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 D | ContactMatcher.java | 151 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in ContactMatcher 195 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
|
H A D | RawContactMatcher.java | 156 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 D | system-current.txt | 10571 method public static int getMaxScore();
|