/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | TransactionContext.java | 56 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()
|
D | ProfileAwareUriMatcher.java | 48 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/ |
D | ResourceUtilsTests.java | 44 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/ |
D | SubtypeLocale.java | 49 CollectionUtils.newHashMap(); 52 CollectionUtils.newHashMap(); 55 CollectionUtils.newHashMap(); 58 CollectionUtils.newHashMap(); 70 CollectionUtils.newHashMap();
|
D | UserHistoryDictionaryBigramList.java | 35 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()
|
D | LocaleUtils.java | 35 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()
|
D | ResourceUtils.java | 42 CollectionUtils.newHashMap(); 54 sBuildKeyValues = CollectionUtils.newHashMap();
|
D | BinaryDictionaryGetter.java | 164 final HashMap<String, FileAndMatchLevel> cacheFiles = CollectionUtils.newHashMap(); in getCachedWordLists() 247 final HashMap<String, String> options = CollectionUtils.newHashMap(); in hackCanUseDictionaryFile()
|
D | ExpandableBinaryDictionary.java | 67 CollectionUtils.newHashMap(); 168 final HashMap<String, String> attributes = CollectionUtils.newHashMap(); in clearFusionDictionary()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | AccountTypeManager.java | 203 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/ |
D | ContactsMockResources.java | 26 private Map<Integer, String> mPackages = Maps.newHashMap(); 27 private Map<Integer, String> mTypes = Maps.newHashMap(); 28 private Map<Integer, String> mEntries = Maps.newHashMap();
|
D | PhotoLoadingTestCase.java | 36 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/ |
D | KeyboardTextsSet.tmpl | 49 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/ |
D | KeyboardCodesSet.java | 25 private static final HashMap<String, int[]> sLanguageToCodesMap = CollectionUtils.newHashMap(); 26 private static final HashMap<String, Integer> sNameToIdMap = CollectionUtils.newHashMap();
|
D | KeyboardTextsSet.java | 49 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();
|
D | KeysCache.java | 25 private final HashMap<Key, Key> mMap = CollectionUtils.newHashMap();
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/ |
D | MockSharedPreferences.java | 33 private HashMap<String, Object> mValues = Maps.newHashMap(); 34 private HashMap<String, Object> mTempValues = Maps.newHashMap();
|
D | MockAccountTypeManager.java | 66 return Maps.newHashMap(); // Always returns empty in getUsableInvitableAccountTypes()
|
/packages/apps/Email/tests/src/com/android/email/ |
D | MockSharedPreferences.java | 33 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/ |
D | MockSharedPreferences.java | 33 private HashMap<String, Object> mValues = Maps.newHashMap(); 34 private HashMap<String, Object> mTempValues = Maps.newHashMap();
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageMeasurement.java | 81 private static HashMap<StorageVolume, StorageMeasurement> sInstances = Maps.newHashMap(); 131 public HashMap<String, Long> mediaSize = Maps.newHashMap();
|
/packages/apps/Contacts/src/com/android/contacts/test/ |
D | InjectedServices.java | 59 mSystemServices = Maps.newHashMap(); in setSystemService()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | DictionaryListInterfaceState.java | 39 private HashMap<String, State> mWordlistToState = CollectionUtils.newHashMap();
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EditorUiUtils.java | 36 private static final HashMap<String, Integer> mimetypeLayoutMap = Maps.newHashMap();
|
/packages/apps/Browser/tests/src/com/android/browser/tests/utils/ |
D | MockContentResolver2.java | 41 mProviders = Maps.newHashMap(); in MockContentResolver2()
|