HomeSort by relevance Sort by last modified time
    Searched defs:unseen (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/main/java/java/util/
RegularEnumSet.java 83 long unseen; field in class:RegularEnumSet.EnumSetIterator
92 unseen = elements;
96 return unseen != 0;
101 if (unseen == 0)
103 lastReturned = unseen & -unseen;
104 unseen -= lastReturned;
JumboEnumSet.java 102 long unseen; field in class:JumboEnumSet.EnumSetIterator
105 * The index corresponding to unseen in the elements array.
121 unseen = elements[0];
126 while (unseen == 0 && unseenIndex < elements.length - 1)
127 unseen = elements[++unseenIndex];
128 return unseen != 0;
136 lastReturned = unseen & -unseen;
138 unseen -= lastReturned;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 92 public static final String EXTRA_UNSEEN_COUNT = "unseen-count";
144 * unseen conversations that triggered each.
203 * Returns the unread unseen count for the given NotificationKey.
211 * Store the unread and unseen value for the given NotificationKey
213 public void put(NotificationKey key, int unread, int unseen) {
215 new Pair<Integer, Integer>(Integer.valueOf(unread), Integer.valueOf(unseen));
302 * @return the title of this notification with each account and the number of unread and unseen
311 Integer unseen = notifications.getUnseen(key); local
316 result.append(key.toString() + " (" + unread + ", " + unseen + ")");
518 "to: unread: %d unseen %d", account.getEmailAddress(), folder.persistentId
566 final Integer unseen = notificationMap.getUnseen(key); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 2789 milliseconds