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.java1880 private void handleOrgValue(final int type, List<String> orgList, in handleOrgValue() argument
1883 if (orgList == null) { in handleOrgValue()
1884 orgList = sEmptyList; in handleOrgValue()
1888 final int size = orgList.size(); in handleOrgValue()
1896 organizationName = orgList.get(0); in handleOrgValue()
1901 organizationName = orgList.get(0); in handleOrgValue()
1909 builder.append(orgList.get(i)); in handleOrgValue()