OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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;
100
if (
unseen
== 0)
102
lastReturned =
unseen
& -
unseen
;
103
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];
125
while (
unseen
== 0 && unseenIndex < elements.length - 1)
126
unseen
= elements[++unseenIndex];
127
return
unseen
!= 0;
133
lastReturned =
unseen
& -
unseen
;
135
unseen
-= lastReturned;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderItemView.java
86
mUnseenCountTextView = (TextView)findViewById(R.id.
unseen
);
151
* Sets the
unseen
count, taking care to hide/show the textview if the count is zero/non-zero.
/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/linux-x86_64/kythe/extractors/
javac_extractor.jar
/prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar
Completed in 323 milliseconds