Searched defs:HashMap (Results 1 - 9 of 9) 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;
201 final HashMap<Integer, CancellationSignal> runningInflations = new HashMap<>();
337 final HashMap<Integer, CancellationSignal> runningInflations,
425 private static void handleInflationError(HashMap<Integer, CancellationSignal> runningInflations,
440 HashMap<Integer, CancellationSignal> runningInflations,
329 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/java/com/android/server/
H A DTextServicesManagerService.java70 import java.util.HashMap;
94 private final HashMap<String, SpellCheckerInfo> mSpellCheckerMap;
96 private final HashMap<String, SpellCheckerBindGroup> mSpellCheckerBindGroups;
103 mSpellCheckerMap = new HashMap<>();
105 mSpellCheckerBindGroups = new HashMap<>();
232 HashMap<String, SpellCheckerBindGroup> spellCheckerBindGroups = mSpellCheckerBindGroups;
425 HashMap<String, SpellCheckerBindGroup> spellCheckerBindGroups = tsd.mSpellCheckerBindGroups;
604 HashMap<String, SpellCheckerInfo> spellCheckerMap = tsd.mSpellCheckerMap;
609 HashMap<String, SpellCheckerBindGroup> spellCheckerBindGroups =
702 HashMap<Strin
982 InternalServiceConnection(String id, @NonNull HashMap<String, SpellCheckerBindGroup> spellCheckerBindGroups) argument
[all...]
H A DAppOpsService.java93 import java.util.HashMap;
1160 private static HashMap<ModeCallback, ArrayList<ChangeRec>> addCallbacks( argument
1161 HashMap<ModeCallback, ArrayList<ChangeRec>> callbacks,
1167 callbacks = new HashMap<>();
1225 HashMap<ModeCallback, ArrayList<ChangeRec>> callbacks = null;
H A DInputMethodManagerService.java172 import java.util.HashMap;
316 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<>();
422 final HashMap<IBinder, ClientState> mClients = new HashMap<>();
509 private final HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>
510 mShortcutInputMethodsAndSubtypes = new HashMap<>();
3642 final HashMap<String, List<InputMethodSubtype>> additionalSubtypeMap =
3796 final HashMap<InputMethodInfo, List<InputMethodSubtype>> immis =
4295 private final HashMap<Strin
4356 writeAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile, HashMap<String, InputMethodInfo> methodMap) argument
4411 readAdditionalInputMethodSubtypes( HashMap<String, List<InputMethodSubtype>> allSubtypes, AtomicFile subtypesFile) argument
[all...]
/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp105 } HashMap; member in struct:android::server::BroadcastRadio::convert::__anon1098
301 auto jInfo = make_javaref(env, env->NewObject(gjni.HashMap.clazz, gjni.HashMap.cstor));
695 auto hashMapClass = FindClassOrDie(env, "java/util/HashMap");
696 gjni.HashMap.clazz = MakeGlobalRefOrDie(env, hashMapClass);
697 gjni.HashMap.cstor = GetMethodIDOrDie(env, hashMapClass, "<init>", "()V");
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java46 import java.util.HashMap;
538 * @see TextToSpeech#speak(String, int, HashMap)
539 * @see TextToSpeech#playEarcon(String, int, HashMap)
548 * @see TextToSpeech#speak(String, int, HashMap)
549 * @see TextToSpeech#playEarcon(String, int, HashMap)
559 * @see TextToSpeech#speak(String, int, HashMap)
560 * @see TextToSpeech#playEarcon(String, int, HashMap)
561 * @see TextToSpeech#synthesizeToFile(String, HashMap, String)
570 * @see TextToSpeech#speak(String, int, HashMap)
571 * @see TextToSpeech#playEarcon(String, int, HashMap)
1148 speak(final String text, final int queueMode, final HashMap<String, String> params) argument
1218 playEarcon(final String earcon, final int queueMode, final HashMap<String, String> params) argument
1276 playSilence(final long durationInMs, final int queueMode, final HashMap<String, String> params) argument
1883 synthesizeToFile(final String text, final HashMap<String, String> params, final String filename) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaDrm.java36 import java.util.HashMap;
840 @Nullable HashMap<String, String> optionalParameters)
899 public native HashMap<String, String> queryKeyStatus(@NonNull byte[] sessionId);
837 getKeyRequest( @onNull byte[] scope, @Nullable byte[] init, @Nullable String mimeType, @KeyType int keyType, @Nullable HashMap<String, String> optionalParameters) argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java150 import java.util.HashMap;
255 private HashMap<String, BackupRequest> mPendingBackups
256 = new HashMap<>();
404 public HashMap<String, BackupRequest> getPendingBackups() {
409 HashMap<String, BackupRequest> pendingBackups) {
408 setPendingBackups( HashMap<String, BackupRequest> pendingBackups) argument

Completed in 203 milliseconds