OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moutboxcount
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationsInOutboxTipView.java
49
private int
mOutboxCount
= -1;
119
if (
mOutboxCount
!= outboxCount) {
120
mOutboxCount
= outboxCount;
133
// Update the display text to reflect current
mOutboxCount
137
String.valueOf(
mOutboxCount
), subString);
147
return (
mOutboxCount
> 0 &&
mOutboxCount
!= mAccountPreferences.getLastSeenOutboxCount());
164
mAccountPreferences.setLastSeenOutboxCount(
mOutboxCount
);
Completed in 190 milliseconds