Searched refs:mScores (Results 1 – 4 of 4) sorted by relevance
43 private final Float[] mScores; field in FolderNameInfos48 mScores = new Float[FolderNameProvider.SUGGEST_MAX]; in FolderNameInfos()88 mScores[index] = score; in setLabel()107 return mScores; in getScores()
158 private final float[] mScores; field in TextClassifierEvent181 mScores = builder.mScores; in TextClassifierEvent()196 mScores = new float[scoresLength]; in TextClassifierEvent()197 in.readFloatArray(mScores); in TextClassifierEvent()245 dest.writeInt(mScores.length); in writeToParcel()246 dest.writeFloatArray(mScores); in writeToParcel()332 return mScores; in getScores()386 out.append(", mScores=").append(Arrays.toString(mScores)); in toString()530 private float[] mScores = new float[0]; field in TextClassifierEvent.Builder599 mScores = new float[scores.length]; in setScores()[all …]
156 private final ArrayMap<Long, MatchScore> mScores = new ArrayMap<>(); field in ContactMatcher164 MatchScore matchingScore = mScores.get(contactId); in getMatchingScore()174 mScores.put(contactId, matchingScore); in getMatchingScore()273 mScores.clear(); in clear()
161 private final ArrayMap<Long, MatchScore> mScores = new ArrayMap<>(); field in RawContactMatcher169 MatchScore matchingScore = mScores.get(rawContactId); in getMatchingScore()179 mScores.put(rawContactId, matchingScore); in getMatchingScore()276 mScores.clear(); in clear()