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

/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/services/core/jni/BroadcastRadio/
H A Dconvert.cpp98 } HashMap; member in struct:android::server::BroadcastRadio::convert::__anon1271
262 auto jInfo = make_javaref(env, env->NewObject(gjni.HashMap.clazz, gjni.HashMap.cstor));
650 auto hashMapClass = FindClassOrDie(env, "java/util/HashMap");
651 gjni.HashMap.clazz = MakeGlobalRefOrDie(env, hashMapClass);
652 gjni.HashMap.cstor = GetMethodIDOrDie(env, hashMapClass, "<init>", "()V");
/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.java81 import java.util.HashMap;
712 private static HashMap<Callback, ArrayList<ChangeRec>> addCallbacks( argument
713 HashMap<Callback, ArrayList<ChangeRec>> callbacks,
719 callbacks = new HashMap<>();
777 HashMap<Callback, ArrayList<ChangeRec>> callbacks = null;
H A DInputMethodManagerService.java162 import java.util.HashMap;
261 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<>();
345 final HashMap<IBinder, ClientState> mClients = new HashMap<>();
432 private final HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>
433 mShortcutInputMethodsAndSubtypes = new HashMap<>();
3475 final HashMap<String, List<InputMethodSubtype>> additionalSubtypeMap =
3617 final HashMap<InputMethodInfo, List<InputMethodSubtype>> immis =
4130 private final HashMap<Strin
4191 writeAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile, HashMap<String, InputMethodInfo> methodMap) argument
4246 readAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DRefactoredBackupManagerService.java147 import java.util.HashMap;
253 private HashMap<String, BackupRequest> mPendingBackups
254 = new HashMap<>();
391 public HashMap<String, BackupRequest> getPendingBackups() {
396 HashMap<String, BackupRequest> pendingBackups) {
395 setPendingBackups( HashMap<String, BackupRequest> pendingBackups) argument

Completed in 286 milliseconds