Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/data/
DContact.java475 private static final int EMAIL_SEND_TO_VOICEMAIL_COLUMN = 5; field in Contact.ContactsCache
1043 cursor.getInt(EMAIL_SEND_TO_VOICEMAIL_COLUMN) == 1; in getContactInfoForEmailAddress()