Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java139 Contacts.SEND_TO_VOICEMAIL, in testContactsProjection()
178 Contacts.SEND_TO_VOICEMAIL, in testContactsStrequentProjection()
221 Contacts.SEND_TO_VOICEMAIL, in testContactsStrequentPhoneOnlyProjection()
266 Contacts.SEND_TO_VOICEMAIL, in testContactsWithSnippetProjection()
310 RawContacts.SEND_TO_VOICEMAIL, in testRawContactsProjection()
388 Contacts.SEND_TO_VOICEMAIL, in testDataProjection()
465 Contacts.SEND_TO_VOICEMAIL, in testDistinctDataProjection()
553 Contacts.SEND_TO_VOICEMAIL, in testEntityProjection()
633 PhoneLookup.SEND_TO_VOICEMAIL, in testPhoneLookupProjection()
767 values.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testRawContactsInsert()
[all …]
DCallerInfoIntegrationTest.java43 values.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testCallerInfo()
DLegacyContactsProviderTest.java918 values.put(People.SEND_TO_VOICEMAIL, 1); in putContactValuesExceptName()
930 values.put(People.SEND_TO_VOICEMAIL, 0); in putContactValues2()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1704 + RawContacts.SEND_TO_VOICEMAIL + ","
1739 int SEND_TO_VOICEMAIL = 8; field
1757 + Contacts.SEND_TO_VOICEMAIL + "=?, "
1772 + Contacts.SEND_TO_VOICEMAIL + ", "
1786 int SEND_TO_VOICEMAIL = 4; field
1862 if (!c.isNull(RawContactsQuery.SEND_TO_VOICEMAIL)) { in computeAggregateData()
1864 (c.getInt(RawContactsQuery.SEND_TO_VOICEMAIL) != 0); in computeAggregateData()
1944 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL, in computeAggregateData()
/packages/apps/Mms/src/com/android/mms/data/
DContact.java427 Contacts.SEND_TO_VOICEMAIL // 8
438 private static final int SEND_TO_VOICEMAIL = 8; field in Contact.ContactsCache
460 Contacts.SEND_TO_VOICEMAIL // 5
913 contact.mSendToVoicemail = cursor.getInt(SEND_TO_VOICEMAIL) == 1; in fillPhoneTypeContact()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java377 peopleProjectionMap.put(People.SEND_TO_VOICEMAIL, People.SEND_TO_VOICEMAIL); in peopleProjectionMap.put() argument
577 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL in createViews()
578 + " AS " + People.SEND_TO_VOICEMAIL + ", " + in createViews()
1362 ContactsDatabaseHelper.copyLongValue(mValues, RawContacts.SEND_TO_VOICEMAIL, in parsePeopleValues()
1363 values, People.SEND_TO_VOICEMAIL); in parsePeopleValues()
DContactsDatabaseHelper.java366 + Contacts.SEND_TO_VOICEMAIL;
402 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL;
965 Contacts.SEND_TO_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
995 RawContacts.SEND_TO_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1629 + " AS " + RawContacts.SEND_TO_VOICEMAIL + "," in createContactsViews()
1699 + RawContacts.SEND_TO_VOICEMAIL + "," in createContactsViews()
1739 + " AS " + Contacts.SEND_TO_VOICEMAIL + ", " in createContactsViews()
DContactsProvider2.java577 .add(Contacts.SEND_TO_VOICEMAIL)
784 .add(RawContacts.SEND_TO_VOICEMAIL)
883 .add(PhoneLookup.SEND_TO_VOICEMAIL, "contacts_view." + Contacts.SEND_TO_VOICEMAIL)
4474 ContactsDatabaseHelper.copyLongValue(mValues, RawContacts.SEND_TO_VOICEMAIL, in updateContactOptions()
4475 values, Contacts.SEND_TO_VOICEMAIL); in updateContactOptions()
4517 ContactsDatabaseHelper.copyLongValue(mValues, RawContacts.SEND_TO_VOICEMAIL, in updateContactOptions()
4518 values, Contacts.SEND_TO_VOICEMAIL); in updateContactOptions()
/packages/apps/Phone/src/com/android/phone/
DCallerInfoCache.java68 Data.SEND_TO_VOICEMAIL // 3
77 + "(" + Data.CUSTOM_RINGTONE + " IS NOT NULL OR " + Data.SEND_TO_VOICEMAIL + "=1)"
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java183 Contacts.SEND_TO_VOICEMAIL,
255 public static final int SEND_TO_VOICEMAIL = 62; field in ContactLoader.ContactQuery
515 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1; in loadContactHeaderData()
/packages/apps/Contacts/tests/src/com/android/contacts/
DRawContactDeltaTests.java319 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testEntityDiffInsert()
340 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testEntityDiffInsertInsert()
DRawContactDeltaListTests.java109 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in getInsert()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java326 Contacts.SEND_TO_VOICEMAIL, in fetchAllData()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java861 values.put(Contacts.SEND_TO_VOICEMAIL, value); in setSendToVoicemail()