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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java5272 * {@link ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM}. Should be null or
5274 * {@link ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM}.
5349 * {@link ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM}. Should be null or
5351 * {@link ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM}.</td>
6580 * <li>{@link #PROTOCOL_CUSTOM}. Also provide the actual protocol name
6619 * column is {@link #PROTOCOL_CUSTOM}, the {@link #CUSTOM_PROTOCOL}
6629 public static final int PROTOCOL_CUSTOM = -1; field in class:ContactsContract.CommonDataKinds.Im
6690 * {@link #CUSTOM_PROTOCOL} value for {@link #PROTOCOL_CUSTOM}.
6694 if (type == PROTOCOL_CUSTOM && !TextUtils.isEmpty(label)) {

Completed in 51 milliseconds