| /packages/apps/Gallery2/src/com/android/gallery3d/util/ |
| ProfileData.java | 27 import java.util.HashMap; 50 private HashMap<String, Integer> mNameToId; 56 mNameToId = new HashMap<String, Integer>();
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| PagedViewIconCache.java | 20 import java.util.HashMap; 79 private final HashMap<Key, Bitmap> mIconOutlineCache = new HashMap<Key, Bitmap>();
|
| /packages/apps/Mms/src/com/android/mms/model/ |
| AudioModel.java | 20 import java.util.HashMap; 45 private final HashMap<String, String> mExtras; 55 mExtras = new HashMap<String, String>();
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
| SuggestionsAdapterBase.java | 29 import java.util.HashMap; 42 private final HashMap<String, Integer> mViewTypeMap; 54 mViewTypeMap = new HashMap<String, Integer>();
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| PanProfile.java | 29 import java.util.HashMap; 43 private final HashMap<BluetoothDevice, Integer> mDeviceRoleMap = 44 new HashMap<BluetoothDevice, Integer>();
|
| /packages/apps/Settings/src/com/android/settings/inputmethod/ |
| InputMethodSettingValuesWrapper.java | 32 import java.util.HashMap; 48 private final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<>();
|
| KeyboardLayoutPickerFragment.java | 34 import java.util.HashMap; 43 private HashMap<CheckBoxPreference, KeyboardLayout> mPreferenceMap = 44 new HashMap<CheckBoxPreference, KeyboardLayout>();
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
| AuthenticatorHelper.java | 29 import java.util.HashMap; 36 = new HashMap<String, AuthenticatorDescription>(); 39 private Map<String, Drawable> mAccTypeIconCache = new HashMap<String, Drawable>();
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
| AccountImageChangeObserver.java | 33 import java.util.HashMap; 92 private HashMap<String, ContactChangeContentObserver> mObserverMap; 110 mObserverMap = new HashMap<String, ContactChangeContentObserver>();
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| KeyboardTextsSet.java | 28 import java.util.HashMap; 40 private HashMap<String, String> mResourceNameToTextsMap = new HashMap<>();
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
| FormatSpec.java | 23 import java.util.HashMap; 336 public final HashMap<String, String> mAttributes; 337 public DictionaryOptions(final HashMap<String, String> attributes) {
|
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/ |
| PersonalizationDictionaryTests.java | 21 import java.util.HashMap; 57 new HashMap<String, File>(), new HashMap<String, Map<String, String>>());
|
| /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
| StringResourceMap.java | 28 import java.util.HashMap; 76 final HashMap<String, StringResource> map = new HashMap<>();
|
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
| SymbolList.java | 21 import java.util.HashMap; 68 protected HashMap<String,ArrayList<String>> mSymbols; 90 mSymbols = new HashMap<String, ArrayList<String>>();
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| TransactionContext.java | 22 import java.util.HashMap; 35 private HashMap<Long, Long> mInsertedRawContactsAccounts; 45 private HashMap<Long, Object> mUpdatedSyncStates;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
| XmlStringFileHelper.java | 33 import java.util.HashMap; 48 private HashMap<String, Map<String, String>> mResIdCache = 49 new HashMap<String, Map<String, String>>();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
| TestDragElement.java | 28 import java.util.HashMap; 38 private Map<String, TestAttribute> mAttributes = new HashMap<String, TestAttribute>(); 66 mAttributes = new HashMap<String, TestAttribute>();
|
| /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
| PduPersister.java | 59 import java.util.HashMap; 185 private static final HashMap<Uri, Integer> MESSAGE_BOX_MAP; 187 private static final HashMap<Integer, Integer> CHARSET_COLUMN_INDEX_MAP; 188 private static final HashMap<Integer, Integer> ENCODED_STRING_COLUMN_INDEX_MAP; 189 private static final HashMap<Integer, Integer> TEXT_STRING_COLUMN_INDEX_MAP; 190 private static final HashMap<Integer, Integer> OCTET_COLUMN_INDEX_MAP; 191 private static final HashMap<Integer, Integer> LONG_COLUMN_INDEX_MAP; 192 private static final HashMap<Integer, String> CHARSET_COLUMN_NAME_MAP; 193 private static final HashMap<Integer, String> ENCODED_STRING_COLUMN_NAME_MAP; 194 private static final HashMap<Integer, String> TEXT_STRING_COLUMN_NAME_MAP [all...] |
| /dalvik/dx/src/com/android/dx/ssa/ |
| ConstCollector.java | 37 import java.util.HashMap; 101 HashMap<TypedConstant, RegisterSpec> newRegs 102 = new HashMap<TypedConstant, RegisterSpec> (toCollect); 160 final HashMap<TypedConstant, Integer> countUses 161 = new HashMap<TypedConstant, Integer>(); 323 private void updateConstUses(HashMap<TypedConstant, RegisterSpec> newRegs,
|
| /external/dexmaker/src/dx/java/com/android/dx/ssa/ |
| ConstCollector.java | 37 import java.util.HashMap; 101 HashMap<TypedConstant, RegisterSpec> newRegs 102 = new HashMap<TypedConstant, RegisterSpec> (toCollect); 160 final HashMap<TypedConstant, Integer> countUses 161 = new HashMap<TypedConstant, Integer>(); 323 private void updateConstUses(HashMap<TypedConstant, RegisterSpec> newRegs,
|
| /libcore/dalvik/src/test/java/dalvik/system/profiler/ |
| SamplingProfilerTest.java | 37 import java.util.HashMap; 92 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>(); 98 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>(); 107 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>(); 118 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>(); 156 Map<StackTrace, int[]> stackTraces = new HashMap<StackTrace, int[]>();
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| DataManager.java | 34 import java.util.HashMap; 104 private HashMap<Uri, NotifyBroker> mNotifierMap = 105 new HashMap<Uri, NotifyBroker>(); 108 private HashMap<String, MediaSource> mSourceMap = 219 HashMap<String, ArrayList<PathId>> map = 220 new HashMap<String, ArrayList<PathId>>();
|
| /cts/libs/commonutil/src/com/android/cts/util/ |
| AbiUtils.java | 18 import java.util.HashMap; 61 private static final Map<String, Set<String>> ARCH_TO_ABIS = new HashMap<String, Set<String>>();
|
| /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
| MagnitudeVerification.java | 28 import java.util.HashMap; 39 private static Map<Integer, Float[]> DEFAULTS = new HashMap<Integer, Float[]>(3);
|
| /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
| TestListParser.java | 20 import java.util.HashMap; 35 Map<String, TestSuite> suiteMap = new HashMap<String, TestSuite>();
|