Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumbersUtil.java163 newValues.put(Contacts.SEND_TO_VOICEMAIL, 0); in importSendToVoicemailContacts()
336 static final String SELECT_SEND_TO_VOICEMAIL_TRUE = Contacts.SEND_TO_VOICEMAIL + "=1";
349 public static final String SELECT_SEND_TO_VOICEMAIL_TRUE = Contacts.SEND_TO_VOICEMAIL + "=1";
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java349 + Contacts.SEND_TO_VOICEMAIL + "=(CASE WHEN (SELECT COUNT( " in AbstractContactAggregator()
350 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS in AbstractContactAggregator()
352 + RawContacts.SEND_TO_VOICEMAIL + "=1) = (SELECT COUNT(" in AbstractContactAggregator()
353 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS + " WHERE " in AbstractContactAggregator()
1277 + RawContacts.SEND_TO_VOICEMAIL + ","
1313 int SEND_TO_VOICEMAIL = 8; field
1332 + Contacts.SEND_TO_VOICEMAIL + "=?, "
1348 + Contacts.SEND_TO_VOICEMAIL + ", "
1363 int SEND_TO_VOICEMAIL = 4; field
1441 if (!c.isNull(RawContactsQuery.SEND_TO_VOICEMAIL)) { in computeAggregateData()
[all …]
/packages/services/Telephony/src/com/android/phone/
DCallerInfoCache.java58 Data.SEND_TO_VOICEMAIL // 3
67 + "(" + Data.CUSTOM_RINGTONE + " IS NOT NULL OR " + Data.SEND_TO_VOICEMAIL + "=1)"
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java58 PhoneLookup.SEND_TO_VOICEMAIL
286 columnIndex = cursor.getColumnIndex(PhoneLookup.SEND_TO_VOICEMAIL); in getCallerInfo()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallerInfoIntegrationTest.java43 values.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testCallerInfo()
DContactsProvider2Test.java224 Contacts.SEND_TO_VOICEMAIL, in testContactsProjection()
265 Contacts.SEND_TO_VOICEMAIL, in testContactsStrequentProjection()
310 Contacts.SEND_TO_VOICEMAIL, in testContactsStrequentPhoneOnlyProjection()
359 Contacts.SEND_TO_VOICEMAIL, in testContactsWithSnippetProjection()
404 RawContacts.SEND_TO_VOICEMAIL, in testRawContactsProjection()
489 Contacts.SEND_TO_VOICEMAIL, in testDataProjection()
572 Contacts.SEND_TO_VOICEMAIL, in testDistinctDataProjection()
665 Contacts.SEND_TO_VOICEMAIL, in testEntityProjection()
760 PhoneLookup.SEND_TO_VOICEMAIL, in testPhoneLookupProjection()
796 PhoneLookup.SEND_TO_VOICEMAIL, in testPhoneLookupEnterpriseProjection()
[all …]
DEnterpriseContactsCursorWrapperTest.java48 /* column 15 */ PhoneLookup.SEND_TO_VOICEMAIL, in testWrappedResults()
DContactsDatabaseHelperUpgradeTest.java233 new TableColumn(Contacts.SEND_TO_VOICEMAIL, INTEGER, true, "0"),
267 new TableColumn(RawContacts.SEND_TO_VOICEMAIL, INTEGER, true, "0"),
DLegacyContactsProviderTest.java939 values.put(People.SEND_TO_VOICEMAIL, 1); in putContactValuesExceptName()
951 values.put(People.SEND_TO_VOICEMAIL, 0); in putContactValues2()
DBaseContactsProvider2Test.java558 values.put(RawContacts.SEND_TO_VOICEMAIL, sendToVoiceMail); in setRawContactCustomization()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java326 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testEntityDiffInsert()
348 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testEntityDiffInsertInsert()
DContactLoaderTest.java342 Contacts.SEND_TO_VOICEMAIL, in fetchAllData()
DRawContactDeltaListTests.java108 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in getInsert()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java182 Contacts.SEND_TO_VOICEMAIL,
261 public static final int SEND_TO_VOICEMAIL = 59; field in ContactLoader.ContactQuery
598 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1; in loadContactHeaderData()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java434 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1; in loadContactHeaderData()
848 public static final int SEND_TO_VOICEMAIL = 59; field in ContactLoader.ContactQuery
915 Contacts.SEND_TO_VOICEMAIL,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java346 peopleProjectionMap.put(People.SEND_TO_VOICEMAIL, People.SEND_TO_VOICEMAIL); in peopleProjectionMap.put() argument
548 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL in createViews()
549 + " AS " + People.SEND_TO_VOICEMAIL + ", " + in createViews()
1297 ContactsDatabaseHelper.copyLongValue(mValues, RawContacts.SEND_TO_VOICEMAIL, in parsePeopleValues()
1298 values, People.SEND_TO_VOICEMAIL); in parsePeopleValues()
DContactsDatabaseHelper.java435 + Contacts.SEND_TO_VOICEMAIL;
473 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL;
1251 Contacts.SEND_TO_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1289 RawContacts.SEND_TO_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1931 + " AS " + Contacts.SEND_TO_VOICEMAIL + "," in createContactsViews()
2007 + RawContacts.SEND_TO_VOICEMAIL + "," in createContactsViews()
2053 + " AS " + Contacts.SEND_TO_VOICEMAIL + ", " in createContactsViews()
DContactsProvider2.java621 .add(Contacts.SEND_TO_VOICEMAIL)
816 .add(RawContacts.SEND_TO_VOICEMAIL)
932 .add(PhoneLookup.SEND_TO_VOICEMAIL, "contacts_view." + Contacts.SEND_TO_VOICEMAIL)
4714 if (flagExists(values, RawContacts.SEND_TO_VOICEMAIL)) { in updateRawContact()
4835 values, RawContacts.SEND_TO_VOICEMAIL, in updateContactOptions()
4836 inputValues, Contacts.SEND_TO_VOICEMAIL); in updateContactOptions()
4856 final boolean hasVoiceMailValue = flagExists(values, RawContacts.SEND_TO_VOICEMAIL); in updateContactOptions()
4891 values, RawContacts.SEND_TO_VOICEMAIL, in updateContactOptions()
4892 inputValues, Contacts.SEND_TO_VOICEMAIL); in updateContactOptions()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java828 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
841 Contacts.SEND_TO_VOICEMAIL, 1); in testReAggregateToConnectedComponent()
846 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
851 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
DContactAggregator2Test.java844 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
857 Contacts.SEND_TO_VOICEMAIL, 1); in testReAggregateToConnectedComponent()
862 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
867 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1094 values.put(Contacts.SEND_TO_VOICEMAIL, value); in setSendToVoicemail()