Searched defs:HashMap (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java35 import java.util.HashMap;
423 * @see TextToSpeech#speak(String, int, HashMap)
424 * @see TextToSpeech#playEarcon(String, int, HashMap)
433 * @see TextToSpeech#speak(String, int, HashMap)
434 * @see TextToSpeech#playEarcon(String, int, HashMap)
435 * @see TextToSpeech#synthesizeToFile(String, HashMap, String)
444 * @see TextToSpeech#speak(String, int, HashMap)
445 * @see TextToSpeech#playEarcon(String, int, HashMap)
454 * @see TextToSpeech#speak(String, int, HashMap)
455 * @see TextToSpeech#playEarcon(String, int, HashMap)
814 speak(final String text, final int queueMode, final HashMap<String, String> params) argument
847 playEarcon(final String earcon, final int queueMode, final HashMap<String, String> params) argument
878 playSilence(final long durationInMs, final int queueMode, final HashMap<String, String> params) argument
1106 synthesizeToFile(final String text, final HashMap<String, String> params, final String filename) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java118 import java.util.HashMap;
184 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>();
258 final HashMap<IBinder, ClientState> mClients
259 = new HashMap<IBinder, ClientState>();
309 private final HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>
311 new HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>();
958 private HashMap<InputMethodInfo, List<InputMethodSubtype>>
960 HashMap<InputMethodInfo, List<InputMethodSubtype>> enabledInputMethodAndSubtypes =
961 new HashMap<InputMethodInf
3927 writeAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile, HashMap<String, InputMethodInfo> methodMap) argument
3974 readAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile) argument
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java27 import java.util.HashMap;
44 private ArrayList<IntFloat> getArrayList(final HashMap<Integer, Float> sample) { argument
78 public boolean update(final HashMap<Integer, Float> sample, int target) { argument
90 public int classify(final HashMap<Integer, Float> sample) { argument
H A DBordeauxRanker.java27 import java.util.HashMap;
45 private ArrayList<StringFloat> getArrayList(final HashMap<String, Float> sample) { argument
81 public boolean update(final HashMap<String, Float> sample1, argument
82 final HashMap<String, Float> sample2) {
107 public float scoreSample(final HashMap<String, Float> sample) { argument
118 public boolean setPriorWeight(final HashMap<String, Float> sample) { argument

Completed in 2916 milliseconds