OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAccountPreferences
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java
53
private AccountPreferences
mAccountPreferences
;
91
mAccountPreferences
= AccountPreferences.get(getContext(), account);
111
setReasonSyncOff(calculateReasonSyncOff(mMailPrefs, mAccount,
mAccountPreferences
));
121
return (
mAccountPreferences
.getNumOfDismissesForAccountSyncOff() == 0);
185
mAccountPreferences
.incNumOfDismissesForAccountSyncOff();
ConversationsInOutboxTipView.java
45
private AccountPreferences
mAccountPreferences
;
60
mAccountPreferences
= AccountPreferences.get(getContext(), account);
128
mAccountPreferences
.setLastSeenOutboxCount(0);
147
return (mOutboxCount > 0 && mOutboxCount !=
mAccountPreferences
.getLastSeenOutboxCount());
164
mAccountPreferences
.setLastSeenOutboxCount(mOutboxCount);
Completed in 205 milliseconds