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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 42 values.put(RawContacts.SEND_TO_VOICEMAIL, 1);
LegacyContactImporterTest.java 174 Contacts.SEND_TO_VOICEMAIL,
ContactsProvider2Test.java 117 Contacts.SEND_TO_VOICEMAIL,
152 Contacts.SEND_TO_VOICEMAIL,
192 RawContacts.SEND_TO_VOICEMAIL,
264 Contacts.SEND_TO_VOICEMAIL,
334 Contacts.SEND_TO_VOICEMAIL,
417 Contacts.SEND_TO_VOICEMAIL,
496 PhoneLookup.SEND_TO_VOICEMAIL,
628 values.put(RawContacts.SEND_TO_VOICEMAIL, 1);
    [all...]
LegacyContactsProviderTest.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 343 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
350 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
357 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
364 "send_to_voicemail", "_sync_account", "_sync_id", "_sync_time", "_sync_local_id",
378 static int SEND_TO_VOICEMAIL = 10;
397 RawContacts.SEND_TO_VOICEMAIL + "," +
413 int SEND_TO_VOICEMAIL = 6;
429 Contacts.SEND_TO_VOICEMAIL + "," +
438 int SEND_TO_VOICEMAIL = 4;
545 insert.bindLong(RawContactsInsert.SEND_TO_VOICEMAIL,
    [all...]
ContactAggregator.java     [all...]
LegacyApiSupport.java 374 peopleProjectionMap.put(People.SEND_TO_VOICEMAIL, People.SEND_TO_VOICEMAIL);
574 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL
575 + " AS " + People.SEND_TO_VOICEMAIL + ", " +
    [all...]
ContactsDatabaseHelper.java 329 + Contacts.SEND_TO_VOICEMAIL;
364 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL;
    [all...]
ContactsProvider2.java 567 .add(Contacts.SEND_TO_VOICEMAIL)
    [all...]
  /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/Mms/src/com/android/mms/data/
Contact.java 424 Contacts.SEND_TO_VOICEMAIL // 8
435 private static final int SEND_TO_VOICEMAIL = 8;
457 Contacts.SEND_TO_VOICEMAIL // 5
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 361 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
382 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
ContactLoaderTest.java 325 Contacts.SEND_TO_VOICEMAIL,
EntityDeltaListTests.java 107 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 559 Contacts.SEND_TO_VOICEMAIL,
631 public final static int SEND_TO_VOICEMAIL = 62;
    [all...]
ContactSaveService.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 208 columnIndex = cursor.getColumnIndex(PhoneLookup.SEND_TO_VOICEMAIL);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 74 People.CUSTOM_RINGTONE, People.SEND_TO_VOICEMAIL,};
98 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...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 703 milliseconds