Home
last modified time | relevance | path

Searched refs:getKeyedListOrEmpty (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapList.java124 public final ImapList getKeyedListOrEmpty(String key) { in getKeyedListOrEmpty() method in ImapList
125 return getKeyedListOrEmpty(key, false); in getKeyedListOrEmpty()
131 public final ImapList getKeyedListOrEmpty(String key, boolean prefixMatch) { in getKeyedListOrEmpty() method in ImapList
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapFolder.java323 final ImapList flags = fetchList.getKeyedListOrEmpty(ImapConstants.FLAGS); in fetchInternal()
356 ImapList bs = fetchList.getKeyedListOrEmpty(ImapConstants.BODYSTRUCTURE); in fetchInternal()