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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1880 private void handleOrgValue(final int type, List<String> orgList, argument
1883 if (orgList == null) {
1884 orgList = sEmptyList;
1888 final int size = orgList.size();
1896 organizationName = orgList.get(0);
1901 organizationName = orgList.get(0);
1909 builder.append(orgList.get(i));

Completed in 3044 milliseconds