Home
last modified time | relevance | path

Searched refs:keySet (Results 1 – 25 of 199) sorted by relevance

12345678

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DEmojiAltPhysicalKeyDetector.java52 public EmojiHotKeys(final String name, HotKeySet keySet) { in EmojiHotKeys() argument
54 mKeySet = keySet; in EmojiHotKeys()
187 final HotKeySet keySet = new HotKeySet(); in parseHotKeys() local
200 keySet.add(key); in parseHotKeys()
205 return keySet; in parseHotKeys()
DPersonalDictionaryLookup.java326 for (String word : dictWords.keySet()) { in getWordsForLocale()
329 for (Locale wordLocale : localeStringMap.keySet()) { in getWordsForLocale()
363 shortcuts.addAll(countryShortcuts.keySet()); in getShortcutsForLocale()
372 shortcuts.addAll(languageShortcuts.keySet()); in getShortcutsForLocale()
378 shortcuts.addAll(globalShortcuts.keySet()); in getShortcutsForLocale()
426 for (final Locale dictLocale : dictLocales.keySet()) { in isValidWord()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettings.java97 for (Integer setting : mSettings.keySet()) { in getAvrcpSettings()
101 for (Integer setting : mSettings.keySet()) { in getAvrcpSettings()
144 for (Integer setting : mSupportedValues.keySet()) { in supportsSettings()
149 for (Integer settingId : mSettings.keySet()) { in supportsSettings()
171 for (Integer settingId : mSettings.keySet()) { in getNativeSettings()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java71 for(BluetoothMapAccountItem app:mFullList.keySet()){ in getApp()
193 for(BluetoothMapAccountItem app: mFullList.keySet()){ in initObservers()
200 for(BluetoothMapAccountItem app: mFullList.keySet()){ in deinitObservers()
316 for (BluetoothMapAccountItem app:mFullList.keySet()){ in getEnabledAccountItems()
342 for(BluetoothMapAccountItem app:mFullList.keySet()){ in getAllAccountItems()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewState.java134 for (Uri uri : mMessageViewStates.keySet()) { in getUnreadMessageUris()
155 for (Uri uri : mMessageViewStates.keySet()) { in writeToParcel()
165 for (String key : states.keySet()) { in ConversationViewState()
DConversationCheckedSet.java267 public Set<Long> keySet() { in keySet() method in ConversationCheckedSet
269 return mInternalMap.keySet(); in keySet()
338 final Set<Long> batchConversationToCheck = new HashSet<Long>(keySet()); in validateAgainstCursor()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java163 public Set<NotificationKey> keySet() { in keySet() method in NotificationUtils.NotificationMap
164 return mMap.keySet(); in keySet()
285 final Set<NotificationKey> keys = keySet(); in saveNotificationMap()
309 for (NotificationKey key : notifications.keySet()) { in createNotificationString()
379 final Set<NotificationKey> keys = notificationMap.keySet(); in resendNotifications()
421 Set<NotificationKey> keys = notificationMap.keySet(); in validateAccountNotifications()
753 for (Integer currentNotificationId : msgNotifications.keySet()) { in validateNotifications()
808 Set<Integer> currentNotificationIds = msgNotifications.keySet(); in validateNotifications()
826 conversationNotificationIds.addAll(msgNotifications.keySet()); in validateNotifications()
1647 for (final NotificationKey key : notificationMap.keySet()) { in clearAccountNotifications()
/packages/apps/Contacts/src/com/android/contacts/model/
DValuesDelta.java216 for (String key : mAfter.keySet()) { in isUpdate()
292 public Set<String> keySet() { in keySet() method in ValuesDelta
381 for (String key : this.keySet()) { in toString()
395 for (String key : this.keySet()) { in subsetEquals()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java172 assertFalse(extras.keySet().contains("EXTRA_STR2")); in testPhoneAccountExtrasEdge()
173 assertFalse(extras.keySet().contains("EXTRA_SHORT")); in testPhoneAccountExtrasEdge()
174 assertFalse(extras.keySet().contains("EXTRA_BYTE")); in testPhoneAccountExtrasEdge()
175 assertFalse(extras.keySet().contains("EXTRA_PARC")); in testPhoneAccountExtrasEdge()
907 Set<String> keySetA = a.keySet(); in assertBundlesEqual()
908 Set<String> keySetB = b.keySet(); in assertBundlesEqual()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsConfig.java119 + ", map=" + sSubIdToMmsConfigMap.keySet()); in get()
298 public Set<String> keySet() { in keySet() method in MmsConfig
299 return mValues.keySet(); in keySet()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java187 if (mMwiVisible.keySet().size() == 1) { in refreshMwi()
188 Set<Integer> keySet = mMwiVisible.keySet(); in refreshMwi() local
189 Iterator<Integer> keyIt = keySet.iterator(); in refreshMwi()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java267 for (String mimeType : mEntries.keySet()) { in getEntryCount()
674 public Set<String> keySet() { in keySet() method in EntityDelta.ValuesDelta
758 for (String key : this.keySet()) { in toString()
772 for (String key : this.keySet()) { in subsetEquals()
/packages/apps/Email/provider_src/com/android/email/service/
DEmailBroadcastProcessorService.java238 final Set<String> keySet = new HashSet<String>(protocolMap.keySet()); in removeNoopUpgrades() local
239 for (final String key : keySet) { in removeNoopUpgrades()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DDbQueryUtils.java93 checkForSupportedColumns(projectionMap.keySet(), values, "Is invalid."); in checkForSupportedColumns()
101 for (String requestedColumn : values.keySet()) { in checkForSupportedColumns()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DPersistableBundlable.java45 List<String> keys = new ArrayList(toPersistableBundle().keySet()); in hashCode()
83 Set<String> keys = obj1.keySet(); in isPersistableBundleEquals()
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DBasicTexture.java162 for (BasicTexture t : sAllTextures.keySet()) { in yieldAllTextures()
170 for (BasicTexture t : sAllTextures.keySet()) { in invalidateAllTextures()
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DEvaluatorTestCase.java83 return new ArrayList<>(mChannelRecordSortedMap.keySet()); in getChannelIdListSorted()
104 for (long channelId : mChannelRecordSortedMap.keySet()) { in assertChannelScoresValid()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DBasicTexture.java198 for (BasicTexture t : sAllTextures.keySet()) { in yieldAllTextures()
206 for (BasicTexture t : sAllTextures.keySet()) { in invalidateAllTextures()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java64 for (Long accountId : accounts.keySet()) { in mergeComponentsWithDisjointAccounts()
78 for (Long accountId : accounts.keySet()) { in mergeComponentsWithDisjointAccounts()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewIconCache.java82 for (Key key : mIconOutlineCache.keySet()) { in clear()
88 HashSet<Key> keysToRemove = new HashSet<Key>(mIconOutlineCache.keySet()); in retainAll()
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Command.java87 return SUPPORTED_INTEGER_COMMANDS.keySet(); in getSupportedIntegerCommands()
91 return SUPPORTED_FLOAT_COMMANDS.keySet(); in getSupportedFloatCommands()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceBase.java122 for (Integer prop : mProps.keySet()) { in init()
133 for (Integer prop : mProps.keySet()) { in release()
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DAccountDisplayInfoFactoryTests.java166 new ArrayList<>(mKnownTypes.keySet())); in createFactoryForKnownTypes()
180 mapping.keySet().toArray(new AccountWithDataSet[mapping.size()])); in createFakeAccountTypeManager()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDiff.java89 for (final String optionKey : dict0.mOptions.mAttributes.keySet()) { in diffHeaders()
99 for (final String optionKey : options1.keySet()) { in diffHeaders()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java151 keysToRemove.addAll(mEntries.keySet()); in cleanup()
162 missingKeys.removeAll(mEntries.keySet()); in cleanup()

12345678