Home
last modified time | relevance | path

Searched refs:customProtocol (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java890 public ImData(final int protocol, final String customProtocol, final String address, in ImData() argument
893 mCustomProtocol = customProtocol; in ImData()
1976 private void addIm(int protocol, String customProtocol, String propValue, int type, in addIm() argument
1981 mImList.add(new ImData(protocol, customProtocol, propValue, type, isPrimary)); in addIm()