Searched defs:keySet (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationCheckedSet.java266 /** @see java.util.HashMap#keySet() */
267 public Set<Long> keySet() { method in class:ConversationCheckedSet
269 return mInternalMap.keySet();
338 final Set<Long> batchConversationToCheck = new HashSet<Long>(keySet());
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java212 for (String key : mAfter.keySet()) {
286 public Set<String> keySet() { method in class:ValuesDelta
375 for (String key : this.keySet()) {
389 for (String key : this.keySet()) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java267 for (String mimeType : mEntries.keySet()) {
674 public Set<String> keySet() { method in class:EntityDelta.ValuesDelta
758 for (String key : this.keySet()) {
772 for (String key : this.keySet()) {
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java163 public Set<NotificationKey> keySet() { method in class:NotificationUtils.NotificationMap
164 return mMap.keySet();
285 final Set<NotificationKey> keys = keySet();
309 for (NotificationKey key : notifications.keySet()) {
379 final Set<NotificationKey> keys = notificationMap.keySet();
421 Set<NotificationKey> keys = notificationMap.keySet();
753 for (Integer currentNotificationId : msgNotifications.keySet()) {
808 Set<Integer> currentNotificationIds = msgNotifications.keySet();
826 conversationNotificationIds.addAll(msgNotifications.keySet());
1647 for (final NotificationKey key : notificationMap.keySet()) {
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 821 milliseconds