Home
last modified time | relevance | path

Searched refs:newHashMap (Results 1 – 25 of 59) sorted by relevance

123

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java56 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap(); in rawContactInserted()
86 if (mUpdatedSyncStates == null) mUpdatedSyncStates = Maps.newHashMap(); in syncStateUpdated()
101 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap(); in getInsertedRawContactIds()
131 if (mUpdatedSyncStates == null) mUpdatedSyncStates = Maps.newHashMap(); in getUpdatedSyncStates()
136 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap(); in getAccountIdOrNullForRawContact()
141 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = Maps.newHashMap(); in isNewRawContact()
DProfileAwareUriMatcher.java48 private static final Map<Integer, Integer> PROFILE_URI_ID_MAP = Maps.newHashMap();
53 private static final Map<Integer, Integer> PROFILE_URI_LOOKUP_KEY_MAP = Maps.newHashMap();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DResourceUtilsTests.java44 final HashMap<String,String> anyKeyValue = CollectionUtils.newHashMap(); in testFindConstantForKeyValuePairsSimple()
47 final HashMap<String,String> emptyKeyValue = CollectionUtils.newHashMap(); in testFindConstantForKeyValuePairsSimple()
68 final HashMap<String,String> keyValues = CollectionUtils.newHashMap(); in testFindConstantForKeyValuePairsSimple()
116 final HashMap<String,String> keyValues = CollectionUtils.newHashMap(); in testFindConstantForKeyValuePairsCombined()
152 final HashMap<String,String> keyValues = CollectionUtils.newHashMap(); in testFindConstantForKeyValuePairsRegexp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSubtypeLocale.java49 CollectionUtils.newHashMap();
52 CollectionUtils.newHashMap();
55 CollectionUtils.newHashMap();
58 CollectionUtils.newHashMap();
70 CollectionUtils.newHashMap();
DUserHistoryDictionaryBigramList.java35 private static final HashMap<String, Byte> EMPTY_BIGRAM_MAP = CollectionUtils.newHashMap();
36 private final HashMap<String, HashMap<String, Byte>> mBigramMap = CollectionUtils.newHashMap();
62 map = CollectionUtils.newHashMap(); in addBigram()
DLocaleUtils.java35 private static final HashMap<String, Long> EMPTY_LT_HASH_MAP = CollectionUtils.newHashMap();
200 private static final HashMap<String, Locale> sLocaleCache = CollectionUtils.newHashMap();
236 final HashMap<String, Long> retval = CollectionUtils.newHashMap(); in localeAndTimeStrToHashMap()
DResourceUtils.java42 CollectionUtils.newHashMap();
54 sBuildKeyValues = CollectionUtils.newHashMap();
DBinaryDictionaryGetter.java164 final HashMap<String, FileAndMatchLevel> cacheFiles = CollectionUtils.newHashMap(); in getCachedWordLists()
247 final HashMap<String, String> options = CollectionUtils.newHashMap(); in hackCanUseDictionaryFile()
DExpandableBinaryDictionary.java67 CollectionUtils.newHashMap();
168 final HashMap<String, String> attributes = CollectionUtils.newHashMap(); in clearFusionDictionary()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java203 private Map<AccountTypeWithDataSet, AccountType> mAccountTypesWithDataSets = Maps.newHashMap();
385 Maps.newHashMap(); in loadAccountsInBackground()
390 final Map<String, List<AccountType>> accountTypesByType = Maps.newHashMap(); in loadAccountsInBackground()
686 HashMap<AccountTypeWithDataSet, AccountType> result = Maps.newHashMap(); in findAllInvitableAccountTypes()
720 final HashMap<AccountTypeWithDataSet, AccountType> result = Maps.newHashMap(); in findUsableInvitableAccountTypes()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsMockResources.java26 private Map<Integer, String> mPackages = Maps.newHashMap();
27 private Map<Integer, String> mTypes = Maps.newHashMap();
28 private Map<Integer, String> mEntries = Maps.newHashMap();
DPhotoLoadingTestCase.java36 private Map<Integer, PhotoEntry> photoResourceCache = Maps.newHashMap();
44 Map<PhotoSize, byte[]> photoMap = Maps.newHashMap();
/packages/inputmethods/LatinIME/tools/maketext/res/com/android/inputmethod/keyboard/internal/
DKeyboardTextsSet.tmpl49 private static final HashMap<String, String[]> sLocaleToTextsMap = CollectionUtils.newHashMap();
50 private static final HashMap<String, Integer> sNameToIdsMap = CollectionUtils.newHashMap();
54 private HashMap<String, String> mResourceNameToTextsMap = CollectionUtils.newHashMap();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardCodesSet.java25 private static final HashMap<String, int[]> sLanguageToCodesMap = CollectionUtils.newHashMap();
26 private static final HashMap<String, Integer> sNameToIdMap = CollectionUtils.newHashMap();
DKeyboardTextsSet.java49 private static final HashMap<String, String[]> sLocaleToTextsMap = CollectionUtils.newHashMap();
50 private static final HashMap<String, Integer> sNameToIdsMap = CollectionUtils.newHashMap();
54 private HashMap<String, String> mResourceNameToTextsMap = CollectionUtils.newHashMap();
DKeysCache.java25 private final HashMap<Key, Key> mMap = CollectionUtils.newHashMap();
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
DMockSharedPreferences.java33 private HashMap<String, Object> mValues = Maps.newHashMap();
34 private HashMap<String, Object> mTempValues = Maps.newHashMap();
DMockAccountTypeManager.java66 return Maps.newHashMap(); // Always returns empty in getUsableInvitableAccountTypes()
/packages/apps/Email/tests/src/com/android/email/
DMockSharedPreferences.java33 private HashMap<String, Object> mValues = Maps.newHashMap();
34 private HashMap<String, Object> mTempValues = Maps.newHashMap();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
DMockSharedPreferences.java33 private HashMap<String, Object> mValues = Maps.newHashMap();
34 private HashMap<String, Object> mTempValues = Maps.newHashMap();
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageMeasurement.java81 private static HashMap<StorageVolume, StorageMeasurement> sInstances = Maps.newHashMap();
131 public HashMap<String, Long> mediaSize = Maps.newHashMap();
/packages/apps/Contacts/src/com/android/contacts/test/
DInjectedServices.java59 mSystemServices = Maps.newHashMap(); in setSystemService()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryListInterfaceState.java39 private HashMap<String, State> mWordlistToState = CollectionUtils.newHashMap();
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java36 private static final HashMap<String, Integer> mimetypeLayoutMap = Maps.newHashMap();
/packages/apps/Browser/tests/src/com/android/browser/tests/utils/
DMockContentResolver2.java41 mProviders = Maps.newHashMap(); in MockContentResolver2()

123