Searched defs:TYPE_ASSISTANT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java5373 * <li>{@link #TYPE_ASSISTANT}</li>
5451 public static final int TYPE_ASSISTANT = 19; field in class:ContactsContract.CommonDataKinds.Phone
5513 case TYPE_ASSISTANT: return com.android.internal.R.string.phoneTypeAssistant;
5526 if ((type == TYPE_CUSTOM || type == TYPE_ASSISTANT) && !TextUtils.isEmpty(label)) {
6266 * <li>{@link #TYPE_ASSISTANT}</li>
6301 public static final int TYPE_ASSISTANT = 1; field in class:ContactsContract.CommonDataKinds.Relation
6328 case TYPE_ASSISTANT: return com.android.internal.R.string.relationTypeAssistant;

Completed in 71 milliseconds