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

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_CommonDataKinds_PhoneTest.java 34 assertGetTypeLabel(Phone.TYPE_ASSISTANT);
ContactsContract_CommonDataKinds_RelationTest.java 34 assertGetTypeLabel(Relation.TYPE_ASSISTANT);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 212 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true)
539 return type == Phone.TYPE_CUSTOM || type == Phone.TYPE_ASSISTANT;
564 case Phone.TYPE_ASSISTANT: return R.string.call_assistant;
574 return (type == Phone.TYPE_CUSTOM || type == Phone.TYPE_ASSISTANT);
599 case Phone.TYPE_ASSISTANT: return R.string.sms_assistant;
ExchangeSource.java 145 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true)
  /packages/apps/Contacts/src/com/android/contacts/model/
GoogleAccountType.java 125 kind.typeList.add(buildRelationType(Relation.TYPE_ASSISTANT));
BaseAccountType.java 284 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true));
542 return type == Phone.TYPE_CUSTOM || type == Phone.TYPE_ASSISTANT;
567 case Phone.TYPE_ASSISTANT: return R.string.call_assistant;
577 return (type == Phone.TYPE_CUSTOM || type == Phone.TYPE_ASSISTANT);
602 case Phone.TYPE_ASSISTANT: return R.string.sms_assistant;
    [all...]
ExchangeAccountType.java 187 kind.typeList.add(buildPhoneType(Phone.TYPE_ASSISTANT).setSecondary(true)
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 514 ops.addPhone(entity, Phone.TYPE_ASSISTANT, getValue());
586 ops.addRelation(entity, Relation.TYPE_ASSISTANT, getValue());
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 155 Phone.TYPE_ASSISTANT);
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 140 milliseconds