HomeSort by relevance Sort by last modified time
    Searched refs:SEND_TO_VOICEMAIL (Results 1 - 25 of 28) sorted by null

1 2

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 43 values.put(RawContacts.SEND_TO_VOICEMAIL, 1);
ContactsProvider2Test.java 141 Contacts.SEND_TO_VOICEMAIL,
181 Contacts.SEND_TO_VOICEMAIL,
225 Contacts.SEND_TO_VOICEMAIL,
273 Contacts.SEND_TO_VOICEMAIL,
317 RawContacts.SEND_TO_VOICEMAIL,
397 Contacts.SEND_TO_VOICEMAIL,
475 Contacts.SEND_TO_VOICEMAIL,
564 Contacts.SEND_TO_VOICEMAIL,
644 PhoneLookup.SEND_TO_VOICEMAIL,
778 values.put(RawContacts.SEND_TO_VOICEMAIL, 1)
    [all...]
LegacyContactsProviderTest.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 68 Data.SEND_TO_VOICEMAIL // 3
77 + "(" + Data.CUSTOM_RINGTONE + " IS NOT NULL OR " + Data.SEND_TO_VOICEMAIL + "=1)"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 261 ContactsContract.Contacts.SEND_TO_VOICEMAIL
269 ContactsContract.Contacts.SEND_TO_VOICEMAIL,
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java 319 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
340 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
RawContactDeltaListTests.java 110 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 427 Contacts.SEND_TO_VOICEMAIL // 8
438 private static final int SEND_TO_VOICEMAIL = 8;
460 Contacts.SEND_TO_VOICEMAIL // 5
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 183 Contacts.SEND_TO_VOICEMAIL,
255 public static final int SEND_TO_VOICEMAIL = 62;
619 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 377 peopleProjectionMap.put(People.SEND_TO_VOICEMAIL, People.SEND_TO_VOICEMAIL);
577 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL
578 + " AS " + People.SEND_TO_VOICEMAIL + ", " +
    [all...]
ContactsDatabaseHelper.java 369 + Contacts.SEND_TO_VOICEMAIL;
405 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL;
    [all...]
ContactsProvider2.java 607 .add(Contacts.SEND_TO_VOICEMAIL)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 230 columnIndex = cursor.getColumnIndex(PhoneLookup.SEND_TO_VOICEMAIL);
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 228 columnIndex = cursor.getColumnIndex(PhoneLookup.SEND_TO_VOICEMAIL);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 326 Contacts.SEND_TO_VOICEMAIL,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 72 People.CUSTOM_RINGTONE, People.SEND_TO_VOICEMAIL,};
96 value.put(PeopleColumns.SEND_TO_VOICEMAIL, 1);
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 317 public static final String SEND_TO_VOICEMAIL = "send_to_voicemail";
    [all...]
ContactsContract.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 173 milliseconds

1 2