OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScoreEntry
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/inputmethod/
LocaleUtils.java
76
private static final class
ScoreEntry
implements Comparable<
ScoreEntry
> {
80
ScoreEntry
(@NonNull byte[] score, int index) {
129
public int compareTo(final
ScoreEntry
other) {
163
final HashMap<String,
ScoreEntry
> scoreboard = new HashMap<>();
197
final
ScoreEntry
bestScore = scoreboard.get(lang);
199
scoreboard.put(lang, new
ScoreEntry
(score, i));
205
final
ScoreEntry
[] result = scoreboard.values().toArray(new
ScoreEntry
[scoreboard.size()]);
207
for (final
ScoreEntry
entry : result)
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
OSUInfo.java
100
List<
ScoreEntry
<String>> scoreList = new ArrayList<>();
105
scoreList.add(new
ScoreEntry
<>(name.getText(),
113
List<
ScoreEntry
<String>> scoreList = new ArrayList<>();
118
scoreList.add(new
ScoreEntry
<>(service.getText(),
171
private static class
ScoreEntry
<T> implements Comparable<
ScoreEntry
> {
175
private
ScoreEntry
(T data, int score) {
185
public int compareTo(
ScoreEntry
other) {
202
List<
ScoreEntry
<IconInfo>> matches = new ArrayList<>();
223
matches.add(new
ScoreEntry
<>(iconInfo, score))
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 636 milliseconds