HomeSort by relevance Sort by last modified time
    Searched refs:SEND_TO_VOICEMAIL (Results 1 - 25 of 38) 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 152 Contacts.SEND_TO_VOICEMAIL,
193 Contacts.SEND_TO_VOICEMAIL,
238 Contacts.SEND_TO_VOICEMAIL,
287 Contacts.SEND_TO_VOICEMAIL,
331 RawContacts.SEND_TO_VOICEMAIL,
412 Contacts.SEND_TO_VOICEMAIL,
491 Contacts.SEND_TO_VOICEMAIL,
581 Contacts.SEND_TO_VOICEMAIL,
665 PhoneLookup.SEND_TO_VOICEMAIL,
691 PhoneLookup.SEND_TO_VOICEMAIL,
    [all...]
LegacyContactsProviderTest.java     [all...]
BaseContactsProvider2Test.java 552 values.put(RawContacts.SEND_TO_VOICEMAIL, sendToVoiceMail);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 62 Data.SEND_TO_VOICEMAIL // 3
71 + "(" + Data.CUSTOM_RINGTONE + " IS NOT NULL OR " + Data.SEND_TO_VOICEMAIL + "=1)"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 288 ContactsContract.Contacts.SEND_TO_VOICEMAIL
295 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 435 Contacts.SEND_TO_VOICEMAIL // 8
446 private static final int SEND_TO_VOICEMAIL = 8;
468 Contacts.SEND_TO_VOICEMAIL // 5
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 253 columnIndex = cursor.getColumnIndex(PhoneLookup.SEND_TO_VOICEMAIL);
  /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 393 + Contacts.SEND_TO_VOICEMAIL;
429 Tables.RAW_CONTACTS + "." + RawContacts.SEND_TO_VOICEMAIL;
    [all...]
ContactsProvider2.java 628 .add(Contacts.SEND_TO_VOICEMAIL)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 181 Contacts.SEND_TO_VOICEMAIL,
253 public static final int SEND_TO_VOICEMAIL = 59;
639 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 260 columnIndex = cursor.getColumnIndex(PhoneLookup.SEND_TO_VOICEMAIL);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 339 Contacts.SEND_TO_VOICEMAIL,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]
  /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 316 public static final String SEND_TO_VOICEMAIL = "send_to_voicemail";
    [all...]
ContactsContract.java 791 public static final String SEND_TO_VOICEMAIL = "send_to_voicemail";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 1908 milliseconds

1 2