Home
last modified time | relevance | path

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

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java1892 private void handleOrgValue(final int type, List<String> orgList, in handleOrgValue() argument
1895 if (orgList == null) { in handleOrgValue()
1896 orgList = sEmptyList; in handleOrgValue()
1900 final int size = orgList.size(); in handleOrgValue()
1908 organizationName = orgList.get(0); in handleOrgValue()
1913 organizationName = orgList.get(0); in handleOrgValue()
1921 builder.append(orgList.get(i)); in handleOrgValue()