Searched refs:AccountPreferences (Results 1 – 6 of 6) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
D | AccountPreferences.java | 29 public class AccountPreferences extends VersionedPrefs { class 33 private static Map<String, AccountPreferences> mInstances = Maps.newHashMap(); 65 public AccountPreferences(final Context context, final String accountId) { in AccountPreferences() method in AccountPreferences 73 public static synchronized AccountPreferences get(Context context, Account account) { in get() 75 AccountPreferences pref = mInstances.get(id); in get() 77 pref = new AccountPreferences(context, id); in get()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ConversationSyncDisabledTipView.java | 35 import com.android.mail.preferences.AccountPreferences; 53 private AccountPreferences mAccountPreferences; 91 mAccountPreferences = AccountPreferences.get(getContext(), account); 128 Account account, AccountPreferences accountPreferences) {
|
D | ConversationsInOutboxTipView.java | 34 import com.android.mail.preferences.AccountPreferences; 45 private AccountPreferences mAccountPreferences; 60 mAccountPreferences = AccountPreferences.get(getContext(), account); in bind()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 56 import com.android.mail.preferences.AccountPreferences; 422 final AccountPreferences accountPreferences = new AccountPreferences(context, in validateAccountNotifications() 683 final AccountPreferences accountPreferences = in validateNotifications() 684 new AccountPreferences(context, account.getAccountId()); in validateNotifications() 771 final AccountPreferences accountPreferences = in validateNotifications() 772 new AccountPreferences(context, account.getAccountId()); in validateNotifications() 2001 public static void moveNotificationSetting(final AccountPreferences accountPreferences, in moveNotificationSetting()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountCreationFragment.java | 36 import com.android.mail.preferences.AccountPreferences; 206 new AccountPreferences(mAppContext, account.getEmailAddress()) in onCreateLoader()
|
D | AccountSettingsFragment.java | 60 import com.android.mail.preferences.AccountPreferences; 638 final AccountPreferences accountPreferences = in loadSettings() 639 new AccountPreferences(mContext, mUiAccount.getEmailAddress()); in loadSettings()
|