Searched refs:getIconIds (Results 1 – 3 of 3) sorted by relevance
94 Drawable inbox = fp.getIconIds(Mailbox.TYPE_INBOX); in testSpecialIcons()95 Drawable mail = fp.getIconIds(Mailbox.TYPE_MAIL); in testSpecialIcons()96 Drawable parent = fp.getIconIds(Mailbox.TYPE_PARENT); in testSpecialIcons()97 Drawable drafts = fp.getIconIds(Mailbox.TYPE_DRAFTS); in testSpecialIcons()98 Drawable outbox = fp.getIconIds(Mailbox.TYPE_OUTBOX); in testSpecialIcons()99 Drawable sent = fp.getIconIds(Mailbox.TYPE_SENT); in testSpecialIcons()100 Drawable trash = fp.getIconIds(Mailbox.TYPE_TRASH); in testSpecialIcons()101 Drawable junk = fp.getIconIds(Mailbox.TYPE_JUNK); in testSpecialIcons()
343 public Drawable getIconIds(int type) { in getIconIds() method in Utility.FolderProperties
587 .getIconIds(type)); in bindView()