Searched defs:HashMap (Results 1 - 6 of 6) sorted by relevance

/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
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java46 import java.util.HashMap;
531 * @see TextToSpeech#speak(String, int, HashMap)
532 * @see TextToSpeech#playEarcon(String, int, HashMap)
541 * @see TextToSpeech#speak(String, int, HashMap)
542 * @see TextToSpeech#playEarcon(String, int, HashMap)
552 * @see TextToSpeech#speak(String, int, HashMap)
553 * @see TextToSpeech#playEarcon(String, int, HashMap)
554 * @see TextToSpeech#synthesizeToFile(String, HashMap, String)
563 * @see TextToSpeech#speak(String, int, HashMap)
564 * @see TextToSpeech#playEarcon(String, int, HashMap)
1141 speak(final String text, final int queueMode, final HashMap<String, String> params) argument
1211 playEarcon(final String earcon, final int queueMode, final HashMap<String, String> params) argument
1269 playSilence(final long durationInMs, final int queueMode, final HashMap<String, String> params) argument
1876 synthesizeToFile(final String text, final HashMap<String, String> params, final String filename) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaDrm.java23 import java.util.HashMap;
771 @Nullable HashMap<String, String> optionalParameters)
826 public native HashMap<String, String> queryKeyStatus(@NonNull byte[] sessionId);
768 getKeyRequest( @onNull byte[] scope, @Nullable byte[] init, @Nullable String mimeType, @KeyType int keyType, @Nullable HashMap<String, String> optionalParameters) argument
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java30 import java.util.HashMap;
646 private static HashMap<Callback, ArrayList<ChangeRec>> addCallbacks( argument
647 HashMap<Callback, ArrayList<ChangeRec>> callbacks,
653 callbacks = new HashMap<>();
710 HashMap<Callback, ArrayList<ChangeRec>> callbacks = null;
H A DInputMethodManagerService.java144 import java.util.HashMap;
215 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<>();
294 final HashMap<IBinder, ClientState> mClients = new HashMap<>();
374 private final HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>
375 mShortcutInputMethodsAndSubtypes = new HashMap<>();
3055 final HashMap<String, List<InputMethodSubtype>> additionalSubtypes =
3177 final HashMap<InputMethodInfo, List<InputMethodSubtype>> immis =
3684 private final HashMap<Strin
3745 writeAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile, HashMap<String, InputMethodInfo> methodMap) argument
3800 readAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile) argument
[all...]

Completed in 398 milliseconds