Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DMetadataEntryParser.java45 private final static String SEND_TO_VOICEMAIL = "send_to_voicemail"; field in MetadataEntryParser
161 final boolean sendToVoicemail = contactPrefs.has(SEND_TO_VOICEMAIL) in parseDataToMetaDataEntry()
162 ? contactPrefs.getBoolean(SEND_TO_VOICEMAIL) : false; in parseDataToMetaDataEntry()
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()
1360 ContactsDatabaseHelper.copyLongValue(mValues, RawContacts.SEND_TO_VOICEMAIL, in parsePeopleValues()
1361 values, People.SEND_TO_VOICEMAIL); in parsePeopleValues()
DContactsDatabaseHelper.java408 + Contacts.SEND_TO_VOICEMAIL;
446 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL;
1227 Contacts.SEND_TO_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1260 RawContacts.SEND_TO_VOICEMAIL + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1901 + " AS " + RawContacts.SEND_TO_VOICEMAIL + "," in createContactsViews()
1974 + RawContacts.SEND_TO_VOICEMAIL + "," in createContactsViews()
2016 + " AS " + Contacts.SEND_TO_VOICEMAIL + ", " in createContactsViews()
DContactsProvider2.java695 .add(Contacts.SEND_TO_VOICEMAIL)
890 .add(RawContacts.SEND_TO_VOICEMAIL)
999 .add(PhoneLookup.SEND_TO_VOICEMAIL, "contacts_view." + Contacts.SEND_TO_VOICEMAIL)
4644 if (flagExists(values, RawContacts.SEND_TO_VOICEMAIL)) { in updateRawContact()
4765 values, RawContacts.SEND_TO_VOICEMAIL, in updateContactOptions()
4766 inputValues, Contacts.SEND_TO_VOICEMAIL); in updateContactOptions()
4786 final boolean hasVoiceMailValue = flagExists(values, RawContacts.SEND_TO_VOICEMAIL); in updateContactOptions()
4827 values, RawContacts.SEND_TO_VOICEMAIL, in updateContactOptions()
4828 inputValues, Contacts.SEND_TO_VOICEMAIL); in updateContactOptions()
4913 || flagExists(values, RawContacts.SEND_TO_VOICEMAIL)); in shouldMarkMetadataDirtyForRawContact()
[all …]
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DFilteredNumbersUtil.java100 static final String SELECT_SEND_TO_VOICEMAIL_TRUE = Contacts.SEND_TO_VOICEMAIL + "=1";
116 static final String SELECT_SEND_TO_VOICEMAIL_TRUE = Contacts.SEND_TO_VOICEMAIL + "=1";
207 newValues.put(Contacts.SEND_TO_VOICEMAIL, 0); in importSendToVoicemailContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java347 + Contacts.SEND_TO_VOICEMAIL + "=(CASE WHEN (SELECT COUNT( " in AbstractContactAggregator()
348 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS in AbstractContactAggregator()
350 + RawContacts.SEND_TO_VOICEMAIL + "=1) = (SELECT COUNT(" in AbstractContactAggregator()
351 + RawContacts.SEND_TO_VOICEMAIL + ") FROM " + Tables.RAW_CONTACTS + " WHERE " in AbstractContactAggregator()
1265 + RawContacts.SEND_TO_VOICEMAIL + ","
1301 int SEND_TO_VOICEMAIL = 8; field
1320 + Contacts.SEND_TO_VOICEMAIL + "=?, "
1336 + Contacts.SEND_TO_VOICEMAIL + ", "
1351 int SEND_TO_VOICEMAIL = 4; field
1429 if (!c.isNull(RawContactsQuery.SEND_TO_VOICEMAIL)) { in computeAggregateData()
[all …]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallerInfo.java62 PhoneLookup.SEND_TO_VOICEMAIL
77 PhoneLookup.SEND_TO_VOICEMAIL
313 columnIndex = cursor.getColumnIndex(PhoneLookup.SEND_TO_VOICEMAIL); in getCallerInfo()
/packages/services/Telephony/src/com/android/phone/
DCallerInfoCache.java62 Data.SEND_TO_VOICEMAIL // 3
71 + "(" + Data.CUSTOM_RINGTONE + " IS NOT NULL OR " + Data.SEND_TO_VOICEMAIL + "=1)"
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallerInfoIntegrationTest.java43 values.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testCallerInfo()
DContactsProvider2Test.java204 Contacts.SEND_TO_VOICEMAIL, in testContactsProjection()
245 Contacts.SEND_TO_VOICEMAIL, in testContactsStrequentProjection()
290 Contacts.SEND_TO_VOICEMAIL, in testContactsStrequentPhoneOnlyProjection()
339 Contacts.SEND_TO_VOICEMAIL, in testContactsWithSnippetProjection()
384 RawContacts.SEND_TO_VOICEMAIL, in testRawContactsProjection()
467 Contacts.SEND_TO_VOICEMAIL, in testDataProjection()
548 Contacts.SEND_TO_VOICEMAIL, in testDistinctDataProjection()
639 Contacts.SEND_TO_VOICEMAIL, in testEntityProjection()
726 PhoneLookup.SEND_TO_VOICEMAIL, in testPhoneLookupProjection()
754 PhoneLookup.SEND_TO_VOICEMAIL, in testPhoneLookupEnterpriseProjection()
[all …]
DEnterpriseContactsCursorWrapperTest.java49 /* column 15 */ PhoneLookup.SEND_TO_VOICEMAIL, in testWrappedResults()
DContactMetadataProviderTest.java224 assertStoredValue(rawContactUri, RawContacts.SEND_TO_VOICEMAIL, "1"); in testInsertAndUpdateMetadataSync()
256 assertStoredValue(rawContactUri, RawContacts.SEND_TO_VOICEMAIL, "0"); in testInsertAndUpdateMetadataSync()
DContactsDatabaseHelperUpgradeTest.java173 new TableColumn(Contacts.SEND_TO_VOICEMAIL, INTEGER, true, "0"),
205 new TableColumn(RawContacts.SEND_TO_VOICEMAIL, INTEGER, true, "0"),
DLegacyContactsProviderTest.java915 values.put(People.SEND_TO_VOICEMAIL, 1); in putContactValuesExceptName()
927 values.put(People.SEND_TO_VOICEMAIL, 0); in putContactValues2()
DBaseContactsProvider2Test.java550 values.put(RawContacts.SEND_TO_VOICEMAIL, sendToVoiceMail); in setRawContactCustomization()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java330 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testEntityDiffInsert()
352 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in testEntityDiffInsertInsert()
DRawContactDeltaListTests.java113 after.put(RawContacts.SEND_TO_VOICEMAIL, 1); in getInsert()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java183 Contacts.SEND_TO_VOICEMAIL,
265 public static final int SEND_TO_VOICEMAIL = 59; field in ContactLoader.ContactQuery
657 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1; in loadContactHeaderData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java793 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
806 Contacts.SEND_TO_VOICEMAIL, 1); in testReAggregateToConnectedComponent()
811 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
816 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
DContactAggregator2Test.java810 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
823 Contacts.SEND_TO_VOICEMAIL, 1); in testReAggregateToConnectedComponent()
828 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
833 Contacts.SEND_TO_VOICEMAIL, 0); in testReAggregateToConnectedComponent()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DContactLoaderTest.java348 Contacts.SEND_TO_VOICEMAIL, in fetchAllData()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java986 values.put(Contacts.SEND_TO_VOICEMAIL, value); in setSendToVoicemail()