Home
last modified time | relevance | path

Searched refs:FolderProperties (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
DUtilityUnitTests.java62 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_INBOX); in testGetDisplayName()
65 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_MAIL); in testGetDisplayName()
68 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_PARENT); in testGetDisplayName()
71 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_DRAFTS); in testGetDisplayName()
74 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_OUTBOX); in testGetDisplayName()
77 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_SENT); in testGetDisplayName()
80 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_TRASH); in testGetDisplayName()
83 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_JUNK); in testGetDisplayName()
87 name = Utility.FolderProperties.getInstance(context).getDisplayName(8); in testGetDisplayName()
95 Utility.FolderProperties fp = Utility.FolderProperties.getInstance(mContext); in testSpecialIcons()
/packages/apps/Email/src/com/android/email/
DUtility.java318 public static class FolderProperties { class in Utility
320 private static FolderProperties sInstance;
329 private FolderProperties(Context context) { in FolderProperties() method in Utility.FolderProperties
347 public static FolderProperties getInstance(Context context) { in getInstance()
349 synchronized (FolderProperties.class) { in getInstance()
351 sInstance = new FolderProperties(context); in getInstance()
/packages/apps/Email/src/com/android/email/activity/
DMailboxList.java256 String folderName = Utility.FolderProperties.getInstance(MailboxList.this) in onCreateContextMenu()
624 String text = Utility.FolderProperties.getInstance(context) in bindView()
690 folderIcon.setImageDrawable(Utility.FolderProperties.getInstance(context) in bindView()
DAccountFolderList.java840 Utility.FolderProperties.getInstance(context).getSummaryMailboxIconIds(id));
DMessageList.java1265 mailboxName = Utility.FolderProperties.getInstance(MessageList.this) in doInBackground()