Searched defs:HashMap (Results 1 - 8 of 8) 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/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeUtil.java40 import java.util.HashMap;
65 final HashMap<String, HashSet<String>> imeToSubtypesMap) {
109 private static HashMap<String, HashSet<String>> getEnabledInputMethodsAndSubtypeList(
119 private static HashMap<String, HashSet<String>> parseInputMethodsAndSubtypesString(
121 final HashMap<String, HashSet<String>> subtypesMap = new HashMap<>();
162 final HashMap<String, HashSet<String>> enabledIMEsAndSubtypesMap =
291 final HashMap<String, HashSet<String>> enabledSubtypes =
333 final HashMap<String, HashSet<String>> enabledSubtypes) {
64 buildInputMethodsAndSubtypesString( final HashMap<String, HashSet<String>> imeToSubtypesMap) argument
331 updateSubtypesPreferenceChecked(final PreferenceFragment context, final List<InputMethodInfo> inputMethodProperties, final HashMap<String, HashSet<String>> enabledSubtypes) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationInflater.java38 import java.util.HashMap;
192 final HashMap<Integer, CancellationSignal> runningInflations = new HashMap<>();
328 final HashMap<Integer, CancellationSignal> runningInflations,
392 private static void handleInflationError(HashMap<Integer, CancellationSignal> runningInflations,
407 HashMap<Integer, CancellationSignal> runningInflations,
320 applyRemoteView(final InflationProgress result, final int reInflateFlags, int inflationId, final ExpandableNotificationRow row, final boolean redactAmbient, boolean isNewView, RemoteViews.OnClickHandler remoteViewClickHandler, @Nullable final InflationCallback callback, NotificationData.Entry entry, NotificationContentView parentLayout, View existingView, NotificationViewWrapper existingWrapper, final HashMap<Integer, CancellationSignal> runningInflations, ApplyCallback applyCallback) 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;
778 @Nullable HashMap<String, String> optionalParameters)
837 public native HashMap<String, String> queryKeyStatus(@NonNull byte[] sessionId);
775 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;
709 private static HashMap<Callback, ArrayList<ChangeRec>> addCallbacks( argument
710 HashMap<Callback, ArrayList<ChangeRec>> callbacks,
716 callbacks = new HashMap<>();
774 HashMap<Callback, ArrayList<ChangeRec>> callbacks = null;
H A DInputMethodManagerService.java161 import java.util.HashMap;
253 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<>();
337 final HashMap<IBinder, ClientState> mClients = new HashMap<>();
424 private final HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>
425 mShortcutInputMethodsAndSubtypes = new HashMap<>();
3431 final HashMap<String, List<InputMethodSubtype>> additionalSubtypeMap =
3573 final HashMap<InputMethodInfo, List<InputMethodSubtype>> immis =
4086 private final HashMap<Strin
4147 writeAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile, HashMap<String, InputMethodInfo> methodMap) argument
4202 readAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile) argument
[all...]

Completed in 598 milliseconds