Searched defs:containsKey (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DLongArrayMap.java28 public boolean containsKey(long key) { method in class:LongArrayMap
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DLruCache.java64 public synchronized boolean containsKey(K key) { method in class:LruCache
66 return mWeakMap.containsKey(key);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationCheckedSet.java124 private boolean containsKey(Long key) { method in class:ConversationCheckedSet
126 return mInternalMap.containsKey(key);
137 return containsKey(conversation.id);
251 if (containsKey(conversationId)) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java86 public boolean containsKey(String key) { method in class:ValuesDelta
87 return ((mAfter != null && mAfter.containsKey(key)) ||
88 (mBefore != null && mBefore.containsKey(key)));
92 if (mAfter != null && mAfter.containsKey(key)) {
94 } else if (mBefore != null && mBefore.containsKey(key)) {
102 if (mAfter != null && mAfter.containsKey(key)) {
104 } else if (mBefore != null && mBefore.containsKey(key)) {
112 if (mAfter != null && mAfter.containsKey(key)) {
114 } else if (mBefore != null && mBefore.containsKey(key)) {
126 if (mAfter != null && mAfter.containsKey(ke
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java190 public boolean containsKey(NotificationKey key) { method in class:NotificationUtils.NotificationMap
191 return mMap.containsKey(key);
520 if (!notificationMap.containsKey(key)) {
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 237 milliseconds