Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DMessage.java28 public static final String RECIPIENT_TYPE_BCC = "bcc"; field in Message
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeMessage.java275 } else if (type == RECIPIENT_TYPE_BCC) { in getRecipients()
306 } else if (type == RECIPIENT_TYPE_BCC) { in setRecipients()