Home | History | Annotate | Download | only in provider

Lines Matching refs:PROTOCOL_CUSTOM

4740          * {@link ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM}.  Should be null or
4742 * {@link ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM}.
4817 * {@link ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM}. Should be null or
4819 * {@link ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM}.</td>
5942 * <li>{@link #PROTOCOL_CUSTOM}. Also provide the actual protocol name
5981 * column is {@link #PROTOCOL_CUSTOM}, the {@link #CUSTOM_PROTOCOL}
5991 public static final int PROTOCOL_CUSTOM = -1;
6052 * {@link #CUSTOM_PROTOCOL} value for {@link #PROTOCOL_CUSTOM}.
6056 if (type == PROTOCOL_CUSTOM && !TextUtils.isEmpty(label)) {