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.java878 public ImData(final int protocol, final String customProtocol, final String address, in ImData() argument
881 mCustomProtocol = customProtocol; in ImData()
1964 private void addIm(int protocol, String customProtocol, String propValue, int type, in addIm() argument
1969 mImList.add(new ImData(protocol, customProtocol, propValue, type, isPrimary)); in addIm()