Searched defs:SEND_TO_VOICEMAIL (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DMetadataEntryParser.java45 private final static String SEND_TO_VOICEMAIL = "send_to_voicemail"; field in class:MetadataEntryParser
161 final boolean sendToVoicemail = contactPrefs.has(SEND_TO_VOICEMAIL)
162 ? contactPrefs.getBoolean(SEND_TO_VOICEMAIL) : false;
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java187 Contacts.SEND_TO_VOICEMAIL,
269 public static final int SEND_TO_VOICEMAIL = 59; field in class:ContactLoader.ContactQuery
608 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1;
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java434 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1;
847 public static final int SEND_TO_VOICEMAIL = 59; field in class:ContactLoader.ContactQuery
914 Contacts.SEND_TO_VOICEMAIL,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java348 + Contacts.SEND_TO_VOICEMAIL + "=(CASE WHEN (SELECT COUNT( "
349 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS
351 + RawContacts.SEND_TO_VOICEMAIL + "=1) = (SELECT COUNT("
352 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS + " WHERE "
1270 + RawContacts.SEND_TO_VOICEMAIL + ","
1306 int SEND_TO_VOICEMAIL = 8; field in interface:AbstractContactAggregator.RawContactsQuery
1325 + Contacts.SEND_TO_VOICEMAIL + "=?, "
1341 + Contacts.SEND_TO_VOICEMAIL + ", "
1356 int SEND_TO_VOICEMAIL = 4; field in interface:AbstractContactAggregator.ContactReplaceSqlStatement
1434 if (!c.isNull(RawContactsQuery.SEND_TO_VOICEMAIL)) {
[all...]

Completed in 446 milliseconds