Searched defs:orgList (Results 1 - 1 of 1) sorted by path

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1878 private void handleOrgValue(final int type, List<String> orgList, argument
1881 if (orgList == null) {
1882 orgList = sEmptyList;
1886 final int size = orgList.size();
1894 organizationName = orgList.get(0);
1899 organizationName = orgList.get(0);
1907 builder.append(orgList.get(i));

Completed in 19 milliseconds