Home
last modified time | relevance | path

Searched refs:SEND_TO_VOICEMAIL (Results 1 – 20 of 20) 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.java345 + Contacts.SEND_TO_VOICEMAIL + "=(CASE WHEN (SELECT COUNT( " in AbstractContactAggregator()
346 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS in AbstractContactAggregator()
348 + RawContacts.SEND_TO_VOICEMAIL + "=1) = (SELECT COUNT(" in AbstractContactAggregator()
349 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS + " WHERE " in AbstractContactAggregator()
1268 + RawContacts.SEND_TO_VOICEMAIL + ","
1304 int SEND_TO_VOICEMAIL = 8; field
1323 + Contacts.SEND_TO_VOICEMAIL + "=?, "
1339 + Contacts.SEND_TO_VOICEMAIL + ", "
1354 int SEND_TO_VOICEMAIL = 4; field
1432 if (!c.isNull(RawContactsQuery.SEND_TO_VOICEMAIL)) { in computeAggregateData()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallerInfoIntegrationTest.java44 values.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testCallerInfo()
DContactsProvider2Test.java450 Contacts.SEND_TO_VOICEMAIL, in testContactsProjection()
491 Contacts.SEND_TO_VOICEMAIL, in testContactsStrequentProjection()
536 Contacts.SEND_TO_VOICEMAIL, in testContactsStrequentPhoneOnlyProjection()
585 Contacts.SEND_TO_VOICEMAIL, in testContactsWithSnippetProjection()
630 RawContacts.SEND_TO_VOICEMAIL, in testRawContactsProjection()
715 Contacts.SEND_TO_VOICEMAIL, in testDataProjection()
798 Contacts.SEND_TO_VOICEMAIL, in testDistinctDataProjection()
891 Contacts.SEND_TO_VOICEMAIL, in testEntityProjection()
986 PhoneLookup.SEND_TO_VOICEMAIL, in testPhoneLookupProjection()
1022 PhoneLookup.SEND_TO_VOICEMAIL, in testPhoneLookupEnterpriseProjection()
[all …]
DEnterpriseContactsCursorWrapperTest.java47 /* column 15 */ PhoneLookup.SEND_TO_VOICEMAIL, in testWrappedResults()
DContactsDatabaseHelperUpgradeTest.java341 new TableColumn(Contacts.SEND_TO_VOICEMAIL, INTEGER, true, "0"),
375 new TableColumn(RawContacts.SEND_TO_VOICEMAIL, INTEGER, true, "0"),
DLegacyContactsProviderTest.java938 values.put(People.SEND_TO_VOICEMAIL, 1); in putContactValuesExceptName()
950 values.put(People.SEND_TO_VOICEMAIL, 0); in putContactValues2()
DBaseContactsProvider2Test.java576 values.put(RawContacts.SEND_TO_VOICEMAIL, sendToVoiceMail); in setRawContactCustomization()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java58 PhoneLookup.SEND_TO_VOICEMAIL
286 columnIndex = cursor.getColumnIndex(PhoneLookup.SEND_TO_VOICEMAIL); in getCallerInfo()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java327 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testEntityDiffInsert()
349 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testEntityDiffInsertInsert()
DContactLoaderTest.java347 Contacts.SEND_TO_VOICEMAIL, in fetchAllData()
DRawContactDeltaListTests.java109 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in getInsert()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java435 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1; in loadContactHeaderData()
853 public static final int SEND_TO_VOICEMAIL = 59; field in ContactLoader.ContactQuery
920 Contacts.SEND_TO_VOICEMAIL,
/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/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java348 peopleProjectionMap.put(People.SEND_TO_VOICEMAIL, People.SEND_TO_VOICEMAIL); in peopleProjectionMap.put() argument
550 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL in createViews()
551 + " AS " + People.SEND_TO_VOICEMAIL + ", " + in createViews()
1299 ContactsDatabaseHelper.copyLongValue(mValues, RawContacts.SEND_TO_VOICEMAIL, in parsePeopleValues()
1300 values, People.SEND_TO_VOICEMAIL); in parsePeopleValues()
DContactsDatabaseHelper.java458 + Contacts.SEND_TO_VOICEMAIL;
496 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL;
1271 Contacts.SEND_TO_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1309 RawContacts.SEND_TO_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1924 + " AS " + Contacts.SEND_TO_VOICEMAIL + "," in createContactsViews()
2000 + RawContacts.SEND_TO_VOICEMAIL + "," in createContactsViews()
2046 + " AS " + Contacts.SEND_TO_VOICEMAIL + ", " in createContactsViews()
DContactsProvider2.java653 .add(Contacts.SEND_TO_VOICEMAIL)
848 .add(RawContacts.SEND_TO_VOICEMAIL)
964 .add(PhoneLookup.SEND_TO_VOICEMAIL, "contacts_view." + Contacts.SEND_TO_VOICEMAIL)
4968 if (flagExists(values, RawContacts.SEND_TO_VOICEMAIL)) { in updateRawContact()
5089 values, RawContacts.SEND_TO_VOICEMAIL, in updateContactOptions()
5090 inputValues, Contacts.SEND_TO_VOICEMAIL); in updateContactOptions()
5110 final boolean hasVoiceMailValue = flagExists(values, RawContacts.SEND_TO_VOICEMAIL); in updateContactOptions()
5145 values, RawContacts.SEND_TO_VOICEMAIL, in updateContactOptions()
5146 inputValues, Contacts.SEND_TO_VOICEMAIL); in updateContactOptions()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java775 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
788 Contacts.SEND_TO_VOICEMAIL, 1); in testReAggregateToConnectedComponent()
793 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
798 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
DContactAggregator2Test.java781 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
794 Contacts.SEND_TO_VOICEMAIL, 1); in testReAggregateToConnectedComponent()
799 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
804 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1098 values.put(Contacts.SEND_TO_VOICEMAIL, value); in setSendToVoicemail()